Db-to-sqlite

Latest version: v1.5

Safety actively analyzes 621803 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5

- Upgraded for compatibility with SQLAlchemy 2.0. [46](https://github.com/simonw/db-to-sqlite/issues/46)
- Now documented to work with MS SQL Server. Thanks, Ryan Cheley. [37](https://github.com/simonw/db-to-sqlite/pull/37)

1.4

- 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)

1.3

- Added support for compound primary keys. 26

1.2.1

- Changelog badge and project_urls for the [PyPI listing](https://pypi.org/project/db-to-sqlite/).

1.2

Bumped to `sqlite-utils` 2.9.1. This fixes two things:

- Decimal columns are now supported. They become FLOAT columns in SQLite.
- Fixed a bug where columns that were a combination of integers and nulls were incorrectly stored as TEXT, not INTEGER.

1.1.1

I made a mistake with the release of 1.1 to PyPI - this fixes it.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.