Hacker News new | ask | show | jobs
by jimbokun 409 days ago
If you can serve all your traffic by a single instance running Sqlite in same process as your application, have at it.

If you need to serve your dats across a network to many clients, managing that with SQLite is much trickier.