Can I connect to SQLite and MySQL at the same time?

Hi! New here!

I run nocodb from a docker. Still trying it out to decide if we incorporate it to our stack.

May I have nocoDB connected to SQLite for some tables and to MySQL for others from the same instance?

Yes.

One base (project) can connect to one data source. You can have a base connected to SQLite, and another one with MySQL. You can not join tables (or link records) between these though.

1 Like