Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
https://github.com/tokio-rs/rdbc

Merge pull request #60 from tokio-rs/revert-row-trait

Revert "Merge pull request #58 from tokio-rs/add-row-trait"

dcaa6fff9445123d3d829aedbf9e8fdcc473d504 authored almost 5 years ago by Andy Grove <[email protected]>
Revert "Merge pull request #58 from tokio-rs/add-row-trait"

This reverts commit 21ba4b97940477de4176e628fa969849918d8f03, reversing
changes made to c95a5e4b...

6e99c3b200a272b69e91d916a07d91ca698a0ef7 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #58 from tokio-rs/add-row-trait

Add Row trait

21ba4b97940477de4176e628fa969849918d8f03 authored almost 5 years ago by Andy Grove <[email protected]>
trigger build

a2a4d878bd6c040b6241438b543e24783ce06dd1 authored almost 5 years ago by Andy Grove <[email protected]>
Add Row trait

632310a0bd0feddbbbf4ad20b3708668dc1db4d7 authored almost 5 years ago by Andy Grove <[email protected]>
update README

c95a5e4b5464b610580a1372c2a6f32489ff9e6c authored almost 5 years ago by Andy Grove <[email protected]>
Revert "update README"

This reverts commit 53b8362562cbfcfe7bcc000bb9edf1f46d2bebc8.

1e369564a52527fccbcebb5949444ec5e18ecc24 authored almost 5 years ago by Andy Grove <[email protected]>
update README

53b8362562cbfcfe7bcc000bb9edf1f46d2bebc8 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #47 from gwenn/no_heap_alloc

Avoid heap allocation

64c067ab9d39121cdaa7e46c695c900ef748ec62 authored almost 5 years ago by Andy Grove <[email protected]>
Avoid heap allocation

Use standard `IntoIterator` to transform `[rdbc::Value]` to `[&dyn rusqlite::ToSql]`.
No `Vec`, ...

84047bc2fc4aa1c87fd44c141b0e3604f3532a3c authored almost 5 years ago by gwenn <[email protected]>
update README to reflect API changes

22903be5da0c824cd4c8a573c6926db09e20d153 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #45 from 95th/master

Use Box instead of Rc/RefCell

9cee2bdd340059555ab8f44f9cbd5d5e171a8fa0 authored almost 5 years ago by Andy Grove <[email protected]>
force rust 1.40.0

23df78387f784678077e10e9b32070ef8308b7da authored almost 5 years ago by Andy Grove <[email protected]>
use rust 1.40.0

cf3b6209f10d99a54eef6e8f20bd544722a4f7f4 authored almost 5 years ago by Andy Grove <[email protected]>
Reduce boilerplate

fc89a1cb6d2d740082252dfa6fa3037b65ee3b44 authored almost 5 years ago by Gurwinder Singh <[email protected]>
Update doc tests

dcd7637f84172a4c934e7dd2c0ca220381ad5d61 authored almost 5 years ago by Gurwinder Singh <[email protected]>
DRY and map mysql conversion errors (currently panics)

f20f698a1bca5adee8e9491cfc786dae464eb09b authored almost 5 years ago by Gurwinder Singh <[email protected]>
Use Box instead of Rc/RefCell

131b0b736c000da6abecba4bd67a19852a183bc0 authored almost 5 years ago by Gurwinder Singh <[email protected]>
enable github actions on pull requests

e634f7517f2ad52936a9eb4e6d567f8e81fa2476 authored almost 5 years ago by Andy Grove <[email protected]>
formatting

64325d0fd050c4f0d7c07710c7b4f45093f97140 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #44 from golddranks/fix_mysql_datatypes

Bugfix MySQL NULL and add numeric & date/time datatypes.

e1904f2ad7aa16886d6d05e681e2c0bb364bfab9 authored almost 5 years ago by Andy Grove <[email protected]>
Bugfix MySQL NULL and add integer & datetime datatypes.

0885a10afc1b4a6e1bbe6ea9f8ae28c6856975fd authored almost 5 years ago by Pyry Kontio <[email protected]>
Merge pull request #36 from andygrove/release-0.1.6

Release 0.1.6

b675cb6bb5a852d704be5144dc99f41efbfb770a authored almost 5 years ago by Andy Grove <[email protected]>
update status

fc3f9e4657db7a0a87c5cd64079b89d8e305319c authored almost 5 years ago by Andy Grove <[email protected]>
bump version

d5915062af69ae82a7cfbb3673a5e0547c30e4d4 authored almost 5 years ago by Andy Grove <[email protected]>
update contributors guide

15dd48def928dcd1082d9112a7c185ed9c4a83d9 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #35 from andygrove/remove-mysql-unwraps

Remove unwraps from mysql driver

e1a22e489c826ea0ec3bcb342890b95c4097594d authored almost 5 years ago by Andy Grove <[email protected]>
Merge branch 'master' into remove-mysql-unwraps

16d5dd201f02325056aa3543c5bbc080b8031959 authored almost 5 years ago by Andy Grove <[email protected]>
remove unwraps from postgres and sqlite

51b5c8a9e09675ef31b5310f2fe61ad7b4c45e03 authored almost 5 years ago by Andy Grove <[email protected]>
Remove unwraps from mysql driver

18d47c4ca2257e26e54cb5ecd6160ef8fcc91ebf authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #34 from andygrove/implement_row_accessors

implement all accessors

5c8f87a4813fcd2153297ce0744a1b8076cc6606 authored almost 5 years ago by Andy Grove <[email protected]>
implement all accessors

7519b810b60c641b508da14ec9e7439916ea2aee authored almost 5 years ago by Andy Grove <[email protected]>
release

d370237e1316ca6a250ec73c72dd892c303b1242 authored almost 5 years ago by Andy Grove <[email protected]>
add formatting check

a4e2799d2edafc455665f71a02594efc702e06e8 authored almost 5 years ago by Andy Grove <[email protected]>
run databases

384eb3b9ab3c38ff4538024b91a2fdad3b1e71e8 authored almost 5 years ago by Andy Grove <[email protected]>
trigger build

b523ed3a5aac237d7e2040d40a49d57692ae990a authored almost 5 years ago by Andy Grove <[email protected]>
github action

b7c7c4e74ba142967e4a413423bd676235aef8c6 authored almost 5 years ago by Andy Grove <[email protected]>
update docs

995f9f9bd926a99d35346435bbc26380b47bddab authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #30 from andygrove/zero-based-index

Use 0-based instead of 1-based indices

16ea7799718df7e0067bf76dbc50bc5e86ed46c0 authored almost 5 years ago by Andy Grove <[email protected]>
fix typo

10e6b306905d9a4db5275cf5448d6dddac1a31b0 authored almost 5 years ago by Andy Grove <[email protected]>
update test

22b28b1e721e2210ebf62905ecff10d80d0dd67b authored almost 5 years ago by Andy Grove <[email protected]>
result set meta data now zero-based indices

392da326c851aacaa4b8c5001bbd73b137958dab authored almost 5 years ago by Andy Grove <[email protected]>
add more accessors for result set and switch to zero-based indices

dc8254fccebac123d3164a79c054038e129a3a38 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #29 from andygrove/driver-trait

attempt to create Driver trait

d0620a48a9477bbb2de867d23a37ed8126c1b3b9 authored almost 5 years ago by Andy Grove <[email protected]>
update README

6ffd7349c1e4e2e89a20aff7d8eef2a82bc2ae80 authored almost 5 years ago by Andy Grove <[email protected]>
Fix lifetime issues

1e4fbc786a94df96f2fa6ea5f19b225063bc333e authored almost 5 years ago by Andy Grove <[email protected]>
attempt to create Driver trait

3f4843752711f323208695f8f03bd8d030974c3d authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #28 from manuel-woelker/sqlite

sqlite: make doc-tests compile and run

552c31cfa863ad0457fbd3bec212c008da986ee6 authored almost 5 years ago by Andy Grove <[email protected]>
sqlite: make doc-tests compile and run

ad2d06be23d1fa115e1e5f61f2471bfaeec353c5 authored almost 5 years ago by Manuel Woelker <[email protected]>
Merge pull request #27 from andygrove/publish

Make publishing simpler

8fdf2b9caf9c04238e6a1df09b0467ec8c35d63e authored almost 5 years ago by Andy Grove <[email protected]>
Make publishing simpler

f47da078014f3160c9e335a27f5009aa75e84346 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #25 from andygrove/sqlite-result-meta

implement result set meta data for sqlite

ecd33e588027ea39934d480a1e62d31198a3ca92 authored almost 5 years ago by Andy Grove <[email protected]>
implement result set meta data for sqlite

07ca78f22b9593b770595d4d247bdf9121e14d43 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #24 from andygrove/slice

Change API to accept slice instead of Vec

dce64740b9df1134ae1928292b18abc91ae7c9ec authored almost 5 years ago by Andy Grove <[email protected]>
Change API to accept slice instead of Vec

fef5ce4aa6922165eb1607915bba0f1ba1a65490 authored almost 5 years ago by Andy Grove <[email protected]>
minor docs update

e5ba77d2a256a758bb1af32ddab542d364eb1583 authored almost 5 years ago by Andy Grove <[email protected]>
save

f22a9ead2b960cd4d98c9c20696ce1454c3307dd authored almost 5 years ago by Andy Grove <[email protected]>
fix merge issues

b483ba878e6f60f5f37f558d417b87de659712d4 authored almost 5 years ago by Andy Grove <[email protected]>
Merge pull request #21 from manuel-woelker/sqlite

wip: basic sqlite driver implementation (using rusqlite)

2abb35f31fbc3789d666cf4cac86bcda3c1c9868 authored almost 5 years ago by Andy Grove <[email protected]>
bump versions

b6ed1f715e06f4b4bb3a27fd349c7c4be9b6cc61 authored almost 5 years ago by Andy Grove <[email protected]>
improvements to CLI

8019566881cb741ab8b631e523939cc7d8491ae9 authored almost 5 years ago by Andy Grove <[email protected]>
real CLI

3b6a732ba8c1d6b17ae49b55413e0cc37b46503b authored almost 5 years ago by Andy Grove <[email protected]>
implement result set meta data for MySQL

f67fb252ecb80a7e9eeb60eac55e0710b424057f authored almost 5 years ago by Andy Grove <[email protected]>
wip: basic sqlite driver implementation (using rusqlite)

dc46556715485e063705d373189e977c8610b3d5 authored almost 5 years ago by Manuel Woelker <[email protected]>
implement result set meta data for postgres

a43f2a00819587958f46596feaa0bb1618e26c8c authored almost 5 years ago by Andy Grove <[email protected]>
Save

ae29be0a644c0d01bb16c9b31b995a2a26a9fede authored almost 5 years ago by Andy Grove <[email protected]>
Save

d956fdc739aaa201e5c6658532c65791fbebee1d authored almost 5 years ago by Andy Grove <[email protected]>
update docs

bf4b0a0cd0a3423f6d158a4d264b6439d4d9de02 authored almost 5 years ago by Andy Grove <[email protected]>
Support MySQL non-prepared parameterized statements

530b8ee28b701d8a793c0e4e597332d7c6b85b8b authored almost 5 years ago by Andy Grove <[email protected]>
save

34dd109c501e9f2bee2f118897c1881a75a16242 authored almost 5 years ago by Andy Grove <[email protected]>
docs

6857fbb7c8526711a6d8835723664eb1c076450c authored almost 5 years ago by Andy Grove <[email protected]>
docs

01ec35c1436f036a3a23f34b15bc51b1a445efcf authored almost 5 years ago by Andy Grove <[email protected]>
save

09aaace3cd206d562ef77aef05e2be4c14be8066 authored almost 5 years ago by Andy Grove <[email protected]>
parameterized queries work for Postgres

bbe9fbb5614676f8796ef2a4327e392afff8c8f4 authored almost 5 years ago by Andy Grove <[email protected]>
save

0ca861c3959058d4a3fde4e1c9dbec6c3aecbf7d authored about 5 years ago by Andy Grove <[email protected]>
Progress on ODBC

9e483a4d35211199b3c9c1f6faf963c710e7f1e7 authored about 5 years ago by Andy Grove <[email protected]>
Merge pull request #19 from andygrove/named_params

make a start on ODBC support

26e6002187a6d6eadafb341da7b2d64bf06824c0 authored about 5 years ago by Andy Grove <[email protected]>
make a start on ODBC support

3d528f23f3a7e0c253d823db8501cd17258469c1 authored about 5 years ago by Andy Grove <[email protected]>
Merge pull request #16 from andygrove/named_params

Execute query with positional parameters and introduce Statement trait

be24e3afbab842d263ad093d71d5f8d20fdc88e0 authored about 5 years ago by Andy Grove <[email protected]>
update docs

7db8ddc4c490d626d8474ff29dfeb4f9f794b3c7 authored about 5 years ago by Andy Grove <[email protected]>
Save

d3821498bfd033276dc4652e2e0f6e505bf8a7e2 authored about 5 years ago by Andy Grove <[email protected]>
Save

ced2fb00d7979a749d8fe23dfdfe9cc3a2a23739 authored about 5 years ago by Andy Grove <[email protected]>
implement Statement for Postgres

8353830433384677105a0964086542e720a1d5dc authored about 5 years ago by Andy Grove <[email protected]>
switch to using positional parameters

b6b4bfd22f23e514a5b1844845207aa7e54ec3ac authored about 5 years ago by Andy Grove <[email protected]>
Implement Statement for MySQL

d810e2b92b4ff99db4a5a1a5f121682617fb736b authored about 5 years ago by Andy Grove <[email protected]>
docs

c0be75a6374c1d2efaab5f32138c6b828e50d622 authored about 5 years ago by Andy Grove <[email protected]>
save progress

b9d8360f6cc4fa33b99c97cb8d1cc8c1f4fd4113 authored about 5 years ago by Andy Grove <[email protected]>
named params

5bb718e3a79e3859cf64885d83b487d5999fc494 authored about 5 years ago by Andy Grove <[email protected]>
docs

fd060fd2f42ea2171f615e1f275adf5a3946f19f authored about 5 years ago by Andy Grove <[email protected]>
docs

e4e16164cf5d8795bc20e98d462cd7721f6ed4c0 authored about 5 years ago by Andy Grove <[email protected]>
release cli

5687aa651147f039ce2e5a2bf9a40a9670dd61ef authored about 5 years ago by Andy Grove <[email protected]>
release cli

783226d46d2a5b068ca8ffbaeb993bd8486766dc authored about 5 years ago by Andy Grove <[email protected]>
docs

f4e21d395c06814f6242bdbccf9ee3b48d83bd6d authored about 5 years ago by Andy Grove <[email protected]>
docs

94d9832b1cb8427ce82612d808ebe8bfc76210de authored about 5 years ago by Andy Grove <[email protected]>
release 0.1.2

50907b4b4a36f81b66ed586758ab926f5b64a9f6 authored about 5 years ago by Andy Grove <[email protected]>
docs

f396015b27ef75c1664cbcbd09e4972bf27ffa71 authored about 5 years ago by Andy Grove <[email protected]>
fmt

a5dcdfeac6cc3da94785de681f4240ee96727817 authored about 5 years ago by Andy Grove <[email protected]>
error handling

254c033df7bf077b2de1cf01aab49dbfae870d95 authored about 5 years ago by Andy Grove <[email protected]>
error handling

b3eee4b815b73a1a9f9978067cc57ee3f63eabee authored about 5 years ago by Andy Grove <[email protected]>
error handling

54bae9de66ae40ef955420250a1849a551ab23f2 authored about 5 years ago by Andy Grove <[email protected]>