Replies: 2 comments
-
Thanks for using marimo :) Does this help? https://docs.marimo.io/guides/working_with_data/sql/#database-schema-and-table-auto-discovery |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems the auto discovery works on the DuckDB database but not the SQLite database |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the sqlite example which as I understand executes the queries using duckDB. I wanted to execute the queries using sqlite so I created a sqlalchemy sqlite engine:
This creates an additional SQLite Datasource but doesn't list all the tables:
Am I missing any steps?
Beta Was this translation helpful? Give feedback.
All reactions