|
|
|
|
|
by jedberg
3656 days ago
|
|
I can't blame them. I've been a huge fan of SQLite for years. Anytime I need storage it's my default choice unless there is a specific reason to use something else. Another nice advantage of it is if you are distributing something that requires a small dataset[0][1]. If I give you both the code and the data already imported into a sqlite database, then you can use the code right away, or you can dump the data to a different database very easily. [0] https://github.com/jedberg/wordgen [1] https://github.com/jedberg/Postcodes |
|