aim_database 0.1.1
aim_database: ^0.1.1 copied to clipboard
Database abstraction layer for Aim. Provides common interfaces for database drivers like aim_postgres.
0.1.1 #
See Release Notes
0.1.0 #
See Release Notes
0.0.1 #
- Initial release of
aim_databasepackage - Added
Databaseabstract class withquery(),execute(),transaction(), andclose()methods - Added
Transactionabstract class withquery()andexecute()methods - Support for named parameters (
:name) and positional arguments ($1)