Skip to content

Instantly share code, notes, and snippets.

@bobfang1992
Created July 20, 2020 16:54
Show Gist options
  • Save bobfang1992/1021c8613e2501a488e7d9dc49115a1b to your computer and use it in GitHub Desktop.
Save bobfang1992/1021c8613e2501a488e7d9dc49115a1b to your computer and use it in GitHub Desktop.
TODO

Things to check:

  1. It seems when creating indeces, the sqlalchemy will prepend table name when it is a Postgres database but does not do it if it is Sqlite Figure out if this is true. Pratically this implies that for PG you can have same index name across tables but not for Sqlite. Small issue but worth checking.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment