The FILE_DB database, will be associate with an SQLite database stored in disk, in the file file.sqlite.
Please note that databases stored in disk have different performances than the databases stored in memory. Usually slower.
Importing an external database
Sometimes you may want to import some data from some other source.
zeeSQL allows you to load any SQLite database.
Suppose you already have an SQLite database that contains your users, and that you saved it in users.sqlite.
To import that database inside zeeSQL you only need to:
About zeeSQL
zeeSQL is a Redis Module that provides SQL capabilities to Redis. It allows the creation and management of several SQL databases, each one independent from the other. Moreover, zeeSQL provides out-of-the-box secondary indexes capabilities, allowing fast and easy search by value in Redis.