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
Revert "Merge pull request #58 from tokio-rs/add-row-trait"
dcaa6fff9445123d3d829aedbf9e8fdcc473d504 authored almost 5 years ago by Andy Grove <[email protected]>
This reverts commit 21ba4b97940477de4176e628fa969849918d8f03, reversing
changes made to c95a5e4b...
Add Row trait
21ba4b97940477de4176e628fa969849918d8f03 authored almost 5 years ago by Andy Grove <[email protected]>a2a4d878bd6c040b6241438b543e24783ce06dd1 authored almost 5 years ago by Andy Grove <[email protected]>
632310a0bd0feddbbbf4ad20b3708668dc1db4d7 authored almost 5 years ago by Andy Grove <[email protected]>
c95a5e4b5464b610580a1372c2a6f32489ff9e6c authored almost 5 years ago by Andy Grove <[email protected]>
This reverts commit 53b8362562cbfcfe7bcc000bb9edf1f46d2bebc8.
1e369564a52527fccbcebb5949444ec5e18ecc24 authored almost 5 years ago by Andy Grove <[email protected]>53b8362562cbfcfe7bcc000bb9edf1f46d2bebc8 authored almost 5 years ago by Andy Grove <[email protected]>
Avoid heap allocation
64c067ab9d39121cdaa7e46c695c900ef748ec62 authored almost 5 years ago by Andy Grove <[email protected]>
Use standard `IntoIterator` to transform `[rdbc::Value]` to `[&dyn rusqlite::ToSql]`.
No `Vec`, ...
22903be5da0c824cd4c8a573c6926db09e20d153 authored almost 5 years ago by Andy Grove <[email protected]>
Use Box instead of Rc/RefCell
9cee2bdd340059555ab8f44f9cbd5d5e171a8fa0 authored almost 5 years ago by Andy Grove <[email protected]>23df78387f784678077e10e9b32070ef8308b7da authored almost 5 years ago by Andy Grove <[email protected]>
cf3b6209f10d99a54eef6e8f20bd544722a4f7f4 authored almost 5 years ago by Andy Grove <[email protected]>
fc89a1cb6d2d740082252dfa6fa3037b65ee3b44 authored almost 5 years ago by Gurwinder Singh <[email protected]>
dcd7637f84172a4c934e7dd2c0ca220381ad5d61 authored almost 5 years ago by Gurwinder Singh <[email protected]>
f20f698a1bca5adee8e9491cfc786dae464eb09b authored almost 5 years ago by Gurwinder Singh <[email protected]>
131b0b736c000da6abecba4bd67a19852a183bc0 authored almost 5 years ago by Gurwinder Singh <[email protected]>
e634f7517f2ad52936a9eb4e6d567f8e81fa2476 authored almost 5 years ago by Andy Grove <[email protected]>
64325d0fd050c4f0d7c07710c7b4f45093f97140 authored almost 5 years ago by Andy Grove <[email protected]>
Bugfix MySQL NULL and add numeric & date/time datatypes.
e1904f2ad7aa16886d6d05e681e2c0bb364bfab9 authored almost 5 years ago by Andy Grove <[email protected]>0885a10afc1b4a6e1bbe6ea9f8ae28c6856975fd authored almost 5 years ago by Pyry Kontio <[email protected]>
Release 0.1.6
b675cb6bb5a852d704be5144dc99f41efbfb770a authored almost 5 years ago by Andy Grove <[email protected]>fc3f9e4657db7a0a87c5cd64079b89d8e305319c authored almost 5 years ago by Andy Grove <[email protected]>
d5915062af69ae82a7cfbb3673a5e0547c30e4d4 authored almost 5 years ago by Andy Grove <[email protected]>
15dd48def928dcd1082d9112a7c185ed9c4a83d9 authored almost 5 years ago by Andy Grove <[email protected]>
Remove unwraps from mysql driver
e1a22e489c826ea0ec3bcb342890b95c4097594d authored almost 5 years ago by Andy Grove <[email protected]>16d5dd201f02325056aa3543c5bbc080b8031959 authored almost 5 years ago by Andy Grove <[email protected]>
51b5c8a9e09675ef31b5310f2fe61ad7b4c45e03 authored almost 5 years ago by Andy Grove <[email protected]>
18d47c4ca2257e26e54cb5ecd6160ef8fcc91ebf authored almost 5 years ago by Andy Grove <[email protected]>
implement all accessors
5c8f87a4813fcd2153297ce0744a1b8076cc6606 authored almost 5 years ago by Andy Grove <[email protected]>7519b810b60c641b508da14ec9e7439916ea2aee authored almost 5 years ago by Andy Grove <[email protected]>
d370237e1316ca6a250ec73c72dd892c303b1242 authored almost 5 years ago by Andy Grove <[email protected]>
a4e2799d2edafc455665f71a02594efc702e06e8 authored almost 5 years ago by Andy Grove <[email protected]>
384eb3b9ab3c38ff4538024b91a2fdad3b1e71e8 authored almost 5 years ago by Andy Grove <[email protected]>
b523ed3a5aac237d7e2040d40a49d57692ae990a authored almost 5 years ago by Andy Grove <[email protected]>
b7c7c4e74ba142967e4a413423bd676235aef8c6 authored almost 5 years ago by Andy Grove <[email protected]>
995f9f9bd926a99d35346435bbc26380b47bddab authored almost 5 years ago by Andy Grove <[email protected]>
Use 0-based instead of 1-based indices
16ea7799718df7e0067bf76dbc50bc5e86ed46c0 authored almost 5 years ago by Andy Grove <[email protected]>10e6b306905d9a4db5275cf5448d6dddac1a31b0 authored almost 5 years ago by Andy Grove <[email protected]>
22b28b1e721e2210ebf62905ecff10d80d0dd67b authored almost 5 years ago by Andy Grove <[email protected]>
392da326c851aacaa4b8c5001bbd73b137958dab authored almost 5 years ago by Andy Grove <[email protected]>
dc8254fccebac123d3164a79c054038e129a3a38 authored almost 5 years ago by Andy Grove <[email protected]>
attempt to create Driver trait
d0620a48a9477bbb2de867d23a37ed8126c1b3b9 authored almost 5 years ago by Andy Grove <[email protected]>6ffd7349c1e4e2e89a20aff7d8eef2a82bc2ae80 authored almost 5 years ago by Andy Grove <[email protected]>
1e4fbc786a94df96f2fa6ea5f19b225063bc333e authored almost 5 years ago by Andy Grove <[email protected]>
3f4843752711f323208695f8f03bd8d030974c3d authored almost 5 years ago by Andy Grove <[email protected]>
sqlite: make doc-tests compile and run
552c31cfa863ad0457fbd3bec212c008da986ee6 authored almost 5 years ago by Andy Grove <[email protected]>ad2d06be23d1fa115e1e5f61f2471bfaeec353c5 authored almost 5 years ago by Manuel Woelker <[email protected]>
Make publishing simpler
8fdf2b9caf9c04238e6a1df09b0467ec8c35d63e authored almost 5 years ago by Andy Grove <[email protected]>f47da078014f3160c9e335a27f5009aa75e84346 authored almost 5 years ago by Andy Grove <[email protected]>
implement result set meta data for sqlite
ecd33e588027ea39934d480a1e62d31198a3ca92 authored almost 5 years ago by Andy Grove <[email protected]>07ca78f22b9593b770595d4d247bdf9121e14d43 authored almost 5 years ago by Andy Grove <[email protected]>
Change API to accept slice instead of Vec
dce64740b9df1134ae1928292b18abc91ae7c9ec authored almost 5 years ago by Andy Grove <[email protected]>fef5ce4aa6922165eb1607915bba0f1ba1a65490 authored almost 5 years ago by Andy Grove <[email protected]>
e5ba77d2a256a758bb1af32ddab542d364eb1583 authored almost 5 years ago by Andy Grove <[email protected]>
f22a9ead2b960cd4d98c9c20696ce1454c3307dd authored almost 5 years ago by Andy Grove <[email protected]>
b483ba878e6f60f5f37f558d417b87de659712d4 authored almost 5 years ago by Andy Grove <[email protected]>
wip: basic sqlite driver implementation (using rusqlite)
2abb35f31fbc3789d666cf4cac86bcda3c1c9868 authored almost 5 years ago by Andy Grove <[email protected]>b6ed1f715e06f4b4bb3a27fd349c7c4be9b6cc61 authored almost 5 years ago by Andy Grove <[email protected]>
8019566881cb741ab8b631e523939cc7d8491ae9 authored almost 5 years ago by Andy Grove <[email protected]>
3b6a732ba8c1d6b17ae49b55413e0cc37b46503b authored almost 5 years ago by Andy Grove <[email protected]>
f67fb252ecb80a7e9eeb60eac55e0710b424057f authored almost 5 years ago by Andy Grove <[email protected]>
dc46556715485e063705d373189e977c8610b3d5 authored almost 5 years ago by Manuel Woelker <[email protected]>
a43f2a00819587958f46596feaa0bb1618e26c8c authored almost 5 years ago by Andy Grove <[email protected]>
ae29be0a644c0d01bb16c9b31b995a2a26a9fede authored almost 5 years ago by Andy Grove <[email protected]>
d956fdc739aaa201e5c6658532c65791fbebee1d authored almost 5 years ago by Andy Grove <[email protected]>
bf4b0a0cd0a3423f6d158a4d264b6439d4d9de02 authored almost 5 years ago by Andy Grove <[email protected]>
530b8ee28b701d8a793c0e4e597332d7c6b85b8b authored almost 5 years ago by Andy Grove <[email protected]>
34dd109c501e9f2bee2f118897c1881a75a16242 authored almost 5 years ago by Andy Grove <[email protected]>
6857fbb7c8526711a6d8835723664eb1c076450c authored almost 5 years ago by Andy Grove <[email protected]>
01ec35c1436f036a3a23f34b15bc51b1a445efcf authored almost 5 years ago by Andy Grove <[email protected]>
09aaace3cd206d562ef77aef05e2be4c14be8066 authored almost 5 years ago by Andy Grove <[email protected]>
bbe9fbb5614676f8796ef2a4327e392afff8c8f4 authored almost 5 years ago by Andy Grove <[email protected]>
0ca861c3959058d4a3fde4e1c9dbec6c3aecbf7d authored about 5 years ago by Andy Grove <[email protected]>
9e483a4d35211199b3c9c1f6faf963c710e7f1e7 authored about 5 years ago by Andy Grove <[email protected]>
make a start on ODBC support
26e6002187a6d6eadafb341da7b2d64bf06824c0 authored about 5 years ago by Andy Grove <[email protected]>3d528f23f3a7e0c253d823db8501cd17258469c1 authored about 5 years ago by Andy Grove <[email protected]>
Execute query with positional parameters and introduce Statement trait
be24e3afbab842d263ad093d71d5f8d20fdc88e0 authored about 5 years ago by Andy Grove <[email protected]>7db8ddc4c490d626d8474ff29dfeb4f9f794b3c7 authored about 5 years ago by Andy Grove <[email protected]>
d3821498bfd033276dc4652e2e0f6e505bf8a7e2 authored about 5 years ago by Andy Grove <[email protected]>
ced2fb00d7979a749d8fe23dfdfe9cc3a2a23739 authored about 5 years ago by Andy Grove <[email protected]>
8353830433384677105a0964086542e720a1d5dc authored about 5 years ago by Andy Grove <[email protected]>
b6b4bfd22f23e514a5b1844845207aa7e54ec3ac authored about 5 years ago by Andy Grove <[email protected]>
d810e2b92b4ff99db4a5a1a5f121682617fb736b authored about 5 years ago by Andy Grove <[email protected]>
c0be75a6374c1d2efaab5f32138c6b828e50d622 authored about 5 years ago by Andy Grove <[email protected]>
b9d8360f6cc4fa33b99c97cb8d1cc8c1f4fd4113 authored about 5 years ago by Andy Grove <[email protected]>
5bb718e3a79e3859cf64885d83b487d5999fc494 authored about 5 years ago by Andy Grove <[email protected]>
fd060fd2f42ea2171f615e1f275adf5a3946f19f authored about 5 years ago by Andy Grove <[email protected]>
e4e16164cf5d8795bc20e98d462cd7721f6ed4c0 authored about 5 years ago by Andy Grove <[email protected]>
5687aa651147f039ce2e5a2bf9a40a9670dd61ef authored about 5 years ago by Andy Grove <[email protected]>
783226d46d2a5b068ca8ffbaeb993bd8486766dc authored about 5 years ago by Andy Grove <[email protected]>
f4e21d395c06814f6242bdbccf9ee3b48d83bd6d authored about 5 years ago by Andy Grove <[email protected]>
94d9832b1cb8427ce82612d808ebe8bfc76210de authored about 5 years ago by Andy Grove <[email protected]>
50907b4b4a36f81b66ed586758ab926f5b64a9f6 authored about 5 years ago by Andy Grove <[email protected]>
f396015b27ef75c1664cbcbd09e4972bf27ffa71 authored about 5 years ago by Andy Grove <[email protected]>
a5dcdfeac6cc3da94785de681f4240ee96727817 authored about 5 years ago by Andy Grove <[email protected]>
254c033df7bf077b2de1cf01aab49dbfae870d95 authored about 5 years ago by Andy Grove <[email protected]>
b3eee4b815b73a1a9f9978067cc57ee3f63eabee authored about 5 years ago by Andy Grove <[email protected]>
54bae9de66ae40ef955420250a1849a551ab23f2 authored about 5 years ago by Andy Grove <[email protected]>