Ecosyste.ms: OpenCollective

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

github.com/ivanceras/r2d2-sqlite

r2d2 connection pool for sqlite
https://github.com/ivanceras/r2d2-sqlite

Update rusqlite to 0.10

46ead0f4057e2588e37d640f467827862dc603ce authored almost 8 years ago by liveresume <[email protected]>
Use documentation link in docs.rs

5bb7c782867e3369952bc0e255ca3ac078fc8176 authored almost 8 years ago by Jovansonlee Cesar <[email protected]>
publish version 0.1.2

ba8f97f76aa7228d78d5f465a4b90c1cae89abc0 authored almost 8 years ago by Jovansonlee Cesar <[email protected]>
corrected test, test type inference code

887ee9972271e0d6e2966ee624f301fafb85c2d2 authored almost 8 years ago by Jovansonlee Cesar <[email protected]>
remove in memory connection to sqlite, it shouldn't be in a pool

f0a7bdd605cc1e87cf846241385722a99682bfee authored almost 8 years ago by Jovansonlee Cesar <[email protected]>
update dependencies

7285c5c27754e9f00fa64f90158a9eab2e0296b7 authored almost 8 years ago by Jovansonlee Cesar <[email protected]>
updated dependencies, remove rustfmt.toml

33841b14232b62c6a072ff89ecb15a5ae4e85883 authored over 8 years ago by Jovansonlee Cesar <[email protected]>
Merge branch 'master' of https://github.com/ivanceras/r2d2-sqlite

67410f21f799071ad55e3d3cd928ba66b7d44d4a authored over 8 years ago by Jovansonlee Cesar <[email protected]>
add username to update-docs

2d58dd0805ca42befb336e1c3c4e1a058421e37c authored over 8 years ago by Jovansonlee Cesar <[email protected]>
Update README.md

Added documentation link

df718c2d909c583302176bce0f451959a97e66eb authored over 8 years ago by ivanceras <[email protected]>
Merge pull request #5 from dippi/master

Clean up and minor refactoring

c5e5ecfcfec2bc622514feb7a4c69accdef2e677 authored over 8 years ago by ivanceras <[email protected]>
Bump to v0.1.0

d6a5df396216caf9ce9f462870b88347d7a3f39d authored over 8 years ago by Dippi <[email protected]>
Update documentation

9b9030bc1635be43cbf8d17b0ea5220c11da1e8a authored over 8 years ago by Dippi <[email protected]>
Refactor SqliteConnectionManager construction

- Remove unnecessary Result return
- Expose methods inspired by those of rusqlite::Connection

dfd6de2ab7e907d5e868085ebae290807d4fd8fb authored over 8 years ago by Dippi <[email protected]>
Small clean up

- Reformat code with rustfmt
- Reorganize imports
- Handle errors in a more idiomatic way
- Remo...

84283a550d0a393d8931e8c1cb6abce208280ed0 authored over 8 years ago by Dippi <[email protected]>
Update dependencies

- Upgrade rusqlite to version 0.7
- Relax semver constraints with caret notation

b78e8c6dec422132710101124443450266173c43 authored over 8 years ago by Dippi <[email protected]>
Remove Cargo.lock and add it to .gitignore

Libraries shouldn't version Cargo.lock files, see FAQ for more details
http://doc.crates.io/faq....

434e85962b81ddf8865c7e281a728711e0ce70b6 authored over 8 years ago by Dippi <[email protected]>
Updated to latest r2d2 version

e518ba92ab41e07d78b9ab69c89b5ae6df39d07a authored over 8 years ago by jcesar <[email protected]>
releasing 0.0.5

993a522c69a430f8ea6ba1940332416d2ec34bb3 authored almost 9 years ago by jcesar <[email protected]>
Merge pull request #4 from dbrgn/error_handling

Error handling

3dd6dc7fa33df65ef680bb57e8d257c124575c1e authored almost 9 years ago by ivanceras <[email protected]>
Return Err if initialization fails

Previously this would panic.

2b830a67f0c4dd637db3c49043b5414982b0c577 authored almost 9 years ago by Danilo Bargen <[email protected]>
RusqliteConnection has been renamed to Connection

See https://jgallagher.github.io/rusqlite/rusqlite/type.SqliteConnection.html

9f3342eec97f53032dc4860f0e31924a137a7ce1 authored almost 9 years ago by Danilo Bargen <[email protected]>
Add failing test for connecting handling

When specifying an invalid database file, the thread panics instead of
doing proper error handling.

8e0f63385b5963b1fb86bb09e397e0c21f184749 authored almost 9 years ago by Danilo Bargen <[email protected]>
Releasing 0.0.4

b2c0c62b4464514ba0ffebf87fc28c05d2c1d10b authored about 9 years ago by Jovansonlee Cesar <[email protected]>
Merge branch 'master' of https://github.com/ivanceras/r2d2-sqlite

c4fe45f9c7db0aead2d64046f218d1a41cba69c3 authored about 9 years ago by Jovansonlee Cesar <[email protected]>
Updating latest version of rusqlite

f6ac0ad5047c44c2f02278cbad9ece68fca1f34e authored about 9 years ago by Jovansonlee Cesar <[email protected]>
Added build status

c5b1cceeca2fb3acdeeddce439b5e24c04859d9b authored about 9 years ago by ivanceras <[email protected]>
Update .travis.yml

1ac82d1231bcc38efada2f9a1a9400dddd446ea6 authored about 9 years ago by ivanceras <[email protected]>
Update .travis.yml

09a965e94831f8bea12988fe481d58569ee01968 authored about 9 years ago by ivanceras <[email protected]>
releasing a crate

50c138aa2f8d10d6d1e2943c7a3255b1cd2ce673 authored about 9 years ago by jcesar <[email protected]>
Merge pull request #2 from flavray/master

Remove debug print

91332c6c8b88bd24c36aeee156ed8b8aae70b133 authored about 9 years ago by ivanceras <[email protected]>
Remove debug print

625cfc5470c6e0db8acf2a5fa63f12546cd350b2 authored about 9 years ago by Flavien Raynaud <[email protected]>
using fixed version numbers of dependencies

60c6d3b4592ab58ab713c37eb9d5498a0e2f172a authored about 9 years ago by jcesar <[email protected]>
preparing for a 0.0.1 release

6bb92d05ad9d6e4bc96ebbcd083fb5bbdfeb936f authored over 9 years ago by jcesar <[email protected]>
make lib.rs more readable

aaa5a950368564875434926fc51e82ff7c1cbb3b authored over 9 years ago by jcesar <[email protected]>
updated the README

1f6af462e06453b58394f51d1c5c103bcb855a09 authored over 9 years ago by jcesar <[email protected]>
Based on r2d2-postgres for sqlite

8ea9f422493bb2fb7b4eea71e6a82a35d2dfca9c authored over 9 years ago by jcesar <[email protected]>