Have added today an
enhanced version of SQLContainer
. It is a drop-in replacement for the standard SQLContainer.
This is especially useful if you find yourself in either of these situations:
- You need your solution to be independent of any specific database implementation. That is, it must not be tied to e.g. Oracle.
- You need support for Apache Derby or MariaDB in addition to what is already supported.
- You need to be able to convert vendor-specific proprietary data types, such as Oracle’s Timestamp values or PostgreSQL’s Geographic types