Y
Hacker News
new
|
ask
|
show
|
jobs
by
crb002
2719 days ago
SQLite is just a flat file database format. You can use stock Rust, Python, C++ SQLite client. Probably want to shard the SQLite files to prevent hot spots on write locks. Use a quadtree for geospatial sharding.