Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

dbapi2 & sqlalchemy

Pre-release
Pre-release
Compare
Choose a tag to compare
@abe-winter abe-winter released this 03 May 02:07
· 39 commits to master since this release

major changes

  • dbapi2 interface to mocking
  • sqlalchemy support -- but this is limited with few tests; won't work for anything complicated.
  • drop table command

minor changes

  • create table ... inherits sort of works (at least wrt drop table ... cascade)
  • SpecialField is gone, serialized fields now assume JSONB.
  • syntax accepts primary keys per column (not just per table)