shard-crystal-db/src/db
Brian J. Cardiff 421996b952 resource pool implementation with
* max_pool_size
* initial_pool_size
* max_idle_pool_size
* checkout_timeout
configuration options
2016-07-05 15:21:39 -03:00
..
connection.cr avoid messing with finalize cycle in Disposable. 2016-06-23 22:07:59 -03:00
database.cr Make sure to return the connection to the pool in case of an exception preparing a query 2016-06-29 15:01:26 -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 update to 0.12 features 2016-02-25 22:27:42 -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 resource pool implementation with 2016-07-05 15:21:39 -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