Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
77
rated 0 times [  84] [ 7]  / answers: 1 / hits: 137108  / 13 Years ago, mon, august 29, 2011, 12:00:00

Anybody know of a lightweight yet durable database, written in Javascript, that can be used with Node.js.



I don't want the 'weight' of (great) solutions like Mongo or Couch. A simple, in memory JS database with the capability to persist to disk as a file would be enough. I would only use it to store small amounts of data.



Requirements:




  • can run in process with a node.js server application

  • can save the whole database to disk and recover after a failure

  • NO need for atomic writes or transaction supports

  • fast queries and sorting would be nice

  • only needs to support small data volumes, up to 1MB in total



I've come across TAFFY db so far but it really doesn't seem optimized for use in Node.js. Anybody seen what I'm looking for out there?



Thanks


More From » database

 Answers
179

I'm only familiar with Mongo and Couch, but there's also one named Persistence.


[#90362] Friday, August 26, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dillionsalvadorg

Total Points: 288
Total Questions: 103
Total Answers: 75

Location: South Korea
Member since Sat, Oct 2, 2021
3 Years ago
;