simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
368 stars 28 forks source link

Add CI tests that exercise various databases #5

Closed simonw closed 5 years ago

simonw commented 5 years ago

Running some simple tests against both MySQL and PostgreSQL would be a good start.

Split off from #4

simonw commented 5 years ago

These do not need to be particularly comprehensive - we trust SQLAlchemy's existing test suite for most of the details. These tests will be more of a sanity check plus an option to show some working examples.

simonw commented 5 years ago

Circle CI docs: https://circleci.com/docs/2.0/postgres-config/

simonw commented 5 years ago

This is needed to implement #8 (solid foreign key handling) properly.

simonw commented 5 years ago

This got a lot nicer in #13