Brian J. Cardiff
|
2ca60ba43f
|
Add ConnectionRefused exception
* required to fix retry+connection initialization corner case.
|
2016-12-15 14:40:56 -03:00 |
|
Brian J. Cardiff
|
751f8b26ac
|
Transactions
* dsl, state checks
* define transaction sql commands in connection
|
2016-12-13 16:47:23 -03:00 |
|
Brian J. Cardiff
|
47e7d826e8
|
Add connection retry logic to connection pool
|
2016-08-31 17:32:01 -03:00 |
|
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 |
|
Santiago Palladino
|
7fcedc6711
|
Database mapping macro
Add `from_rs` method to class to load instances from a resultset. Inspired by YAML and JSON mapping macros.
|
2016-07-04 11:19:16 -03:00 |
|
Ary Borenszweig
|
9c88f718e8
|
Require ResultSet to just implement read , optionally implementing read(T.class) . Fixes #5
|
2016-06-30 09:46:25 -03:00 |
|