I am new to NocoDB and currently self-hosting it. I’m trying to import an existing SQLite database by connecting it as an external data source.
Here’s what I have done so far:
- Navigated to “Connect to a Data Source” and selected SQLite as the database type.
- Provided the full path to the SQLite database file located on my desktop.
- Successfully established the connection (no errors).
- Selected the newly created connection as the data source.
However, after completing these steps, no tables are listed in the base. There were no error messages, but the expected tables do not appear.
Since I am a beginner with NocoDB, I would like to know:
- Is there a specific format or path required when providing the SQLite database file?
- Has anyone else encountered this issue, and are there any recommended solutions?
Any guidance would be greatly appreciated!