Skip to content

New common DB API based on SQLALchemy

Past due by over 9 years 25% complete

The result of this milestone will be a new DB API based on SQLAlchemy to support different backends. In particular, there will be support for:

  • MySQL (>= 5.5)
  • MariaDB (>= 10.0)
  • PostgreSQL (>= 9.2).

The API shoul take peformance considerations seriosly, specially for bulk data loading. The API will be also prepared for future migration to Python 3.

The result of this milestone will be a new DB API based on SQLAlchemy to support different backends. In particular, there will be support for:

  • MySQL (>= 5.5)
  • MariaDB (>= 10.0)
  • PostgreSQL (>= 9.2).

The API shoul take peformance considerations seriosly, specially for bulk data loading. The API will be also prepared for future migration to Python 3.

Loading