Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Full implementation of DataContext and UpdateableDataContext.
  • Mapping of MetaModel's data types to the particular set of data types available for the database. For instance MetaModel's STRING will be automatically converted to 'VARCHAR', 'TEXT' etc. depending on the database.
  • Automatic formatting and narrowing of values when interacting with the database.
  • Contains specialization and optimization for many databases, including:
    • PostgreSQL
    • MySQL
    • Microsoft SQL Server
    • Oracle
    • IBM DB2
    • Apache Hive
    • H2
    • SQLite
    • Hsqldb
    • Apache Derby
  • Support for JDBC batch operations when you use BatchUpdateScript.
  • Support for reusable prepared statements (as "compiled Compiled queries" in MetaModel).
  • Works with single Connections or connection pools (DataSource)

...