1.4
- New
--postgres-schema
option for specifying a different PostgreSQL schema, thanks Jeremy Dormitzer. #29 - Correctly handles table names that need escaping, such as
user
in PostgreSQL. #25 - Empty tables are now created in the SQLite database with a matching schema, rather than being skipped. #28
- Connection strings starting with
postgres://
are treated as if they started withpostgresql://
. #34