Hacker News new | past | comments | ask | show | jobs | submit login

I love SQLite. It's simple, it doesn't make a fuss, and it does what you'd expect. And better yet, since it's a single file application database instead of a database running on a server, support for it is built in to Python, and you using it is as simple as an import statement and .connect() - no server to configure.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: