July 2013 Summaries
1 posts from MongoDB
Filter
Month:
Year:
Post Summaries
Back to Blog
NeDB is a lightweight JavaScript database that implements MongoDB's API, allowing developers to create in-memory or persistent datastores with ease. It supports CRUD operations, query language with dot notation and regular expressions, and document modifiers. NeDB achieves high performance through indexing, making it suitable for small applications, but not a replacement for full-fledged databases like MongoDB.
Jul 17, 2013
381 words in the original blog post.