SQLite is amazing Most developers already know SQLite is great. If you have not tried it, you are missing out. SQLite is extremely fast, featureful, reliable, and easy to use. When your use case fits, you should probably pick it. It enables very low latency applications and lets you do things that would be impractical with other databases. For example it is often fine to issue large numbers of small queries because N+1 Queries Are Not A Problem With SQLite.| Jake Gold