6 ms·
I currently don't see the similarity to SQLite, that is implied in the readme. SQLite stores all its data (every table and all entries in tables) in one single
by PythonicAlpha 10y ago
I currently don't see the similarity to SQLite, that is implied in the readme.
SQLite stores all its data (every table and all entries in tables) in one single file. JSONlite does store every JSON entry in one particular file, as much I saw. So, JSONlite uses the file system (one directory) as data storage -- in contrast to SQLite!