- New `--postgres-schema` option for specifying a different PostgreSQL schema, thanks Jeremy Dormitzer. [29](https://github.com/simonw/db-to-sqlite/pull/29)
- Correctly handles table names that need escaping, such as `user` in PostgreSQL. [25](https://github.com/simonw/db-to-sqlite/issues/25)
- Empty tables are now created in the SQLite database with a matching schema, rather than being skipped. [28](https://github.com/simonw/db-to-sqlite/issues/28)
- Connection strings starting with `postgres://` are treated as if they started with `postgresql://`. [34](https://github.com/simonw/db-to-sqlite/issues/34)