shard-crystal-db/src/db
Brian J. Cardiff a2c22c16cf allow DB to use a connection pool.
allow Driver to parse connection pool options for extensibility.
fix waiting_resource counter after a timeout was generated.
2016-07-07 15:50:09 -03:00
..
connection.cr avoid messing with finalize cycle in Disposable. 2016-06-23 22:07:59 -03:00
database.cr allow DB to use a connection pool. 2016-07-07 15:50:09 -03:00
disposable.cr fix #1. avoid marking as closed if do_close raise exception 2016-06-24 10:54:30 -03:00
driver.cr allow DB to use a connection pool. 2016-07-07 15:50:09 -03:00
error.cr resource pool implementation with 2016-07-05 15:21:39 -03:00
mapping.cr Support mappable classes in query_one and query_all methods 2016-07-04 12:46:45 -03:00
pool.cr allow DB to use a connection pool. 2016-07-07 15:50:09 -03:00
query_methods.cr Require ResultSet to just implement read, optionally implementing read(T.class). Fixes #5 2016-06-30 09:46:25 -03:00
result_set.cr Support mappable classes in query_one and query_all methods 2016-07-04 12:46:45 -03:00
statement.cr Require ResultSet to just implement read, optionally implementing read(T.class). Fixes #5 2016-06-30 09:46:25 -03:00
version.cr add readme and version 2016-02-25 23:53:23 -03:00