Let's say I were to open SQLite and create a table, then insert data into it and save to disk.
Could I then import this file in another SQLite session and many queries on it?
How transferable is the data format for SQLite? Does it work with MySQL and PostgreSQL?