How to work with existing SQLite database?

Hi there! I’m new :slight_smile: please help!
There is a ready database SQLite. Where identification codes and names are given, a simple reference should be made to this, when entering the code, it shows the name. The database is static, not editable by users. Just read and show.

the built in sqlite component offers loads of methods, but unfortunately an IMPORT or EXPORT method is missing…
you might want to check my sqlite extension, which is able to import a database…

Taifun