diff options
Diffstat (limited to 'feature')
-rw-r--r-- | feature/list | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/feature/list b/feature/list index 5206ca3..3ba0ee5 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,15 @@ +! Ability to not own underlying database connections + + Could be useful when trying to work with other "database drivers". + Seems what would be useful: + + 1. Flag to the handle ctor not to free. + 2. detach() in addition to handle(). + 3. In connection_pool, delete the connection if it was returned + detached (handle is free). + + Also make the connection guts protected. + ! Ability not to generate schema for certain objects/containers Sometimes it can be useful to overlay an object onto existing |