A more in depth explanation, I am trying to export a database that I have in pgadmin that has 2 tables into a .sqlite file. So that my group can access the tables/keys in the database in jupyter notebook by reflecting the database and using sqlaclhemy so that we can make visualizations of the tables. What is the process to go about this?
Asked
Active
Viewed 75 times
0
-
1Does this answer your question? [How to convert a postgres database to sqlite](https://stackoverflow.com/questions/6148421/how-to-convert-a-postgres-database-to-sqlite) – Gord Thompson Sep 07 '21 at 00:23