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

PostgresSQL and Redis. A local SQLite database installed under "/dev/shm/" (i.e., really in RAM) is nice while programming.



You can also open a SQLite database with the filename ":memory:".


Yeah, but that is different. It will not persist past one use while I am working, it will not be usable across unix processes.




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

Search: