Soluling home   Document home

SQLite

SQLite Localization

SQLite (Wikipedia) is is a very popular embedded database. SQLite stores all strings in Unicode. It uses either UTF-8 or UTF-16 depending on the settings you set when your create a database. This makes SQLite a very good database to store multilingual data. Because SQLite stores a database into a single file Soluling can also use file localization with SQLite.

GitHub and <data-dir>\Samples\SQLite contains the samples.