Reasons to use SQLite3 in 2023
KEG content nodes are officially going to be indexed using SQLite3. This makes the index immediately useable by anyone with SQLite3, including anyone with Python.
- 100% compatible back to 2009 or something
- Perfect for indexing a lot of flat data
- Core data is maintained in raw form
- Used by Chrome for all browser cache
- Takes care of large data sets
- Expandable without breaking code
- SQLite3 is built into Python
- Become the universal standard for indexed data
- Standardized searching with SQL