Closed anttivs closed 9 years ago
Probably SQLAlchemy Core. Let's see.
With moving to SQLAlchemy, this will cause changes to database schema (mainly data types that SQLAchemy chooses to use). If you have existing false positive databases, you'll need to migrate.
Ok, here's the plan:
Landed on the master. This breaks the database schema compatibility; use tag "v0.1" to check out the latest that used the old schema.
Currently, the tool requires both sqlite and postgres to be installed (or at least their respective Python libraries). The code will be refactored to use a DB abstraction layer that should enable use of any major DB, and cut away a lot of code.