Ada Database Objects is a library that facilitates access to MySQL and SQLite databases and the mapping of database objects into Ada records, AKA an ORM.
New in this version is:
- Support to update database records when a field is really modified.
- Customization of the SQLite database connection by using SQLite PRAGMAs.
- Escape of MySQL or SQLite reserved keywords.
- Support for blob type.
You can get to the code here, or you can grab the latest dev version from SVN:
svn checkout http://ada-ado.googlecode.com/svn/trunk/ ada-ado-read-only |
The full release announcement can be read here.