About 26,700 results
Open links in new tab
  1. Embedded document database for Node.js - Stack Overflow

    What is the best embedded NoSQL database for Node.js? My node.js application is too tiny to use a big database like mongodb which need extra configurations. I tried EJDB, but it need too much disk …

  2. Lightweight Javascript DB for use in Node.js - Stack Overflow

    Aug 29, 2011 · From the blurb: Embedded persistent database for Node.js, written in Javascript, with no dependency (except npm modules of course). You can think of it as a SQLite for Node.js projects, …

  3. database - NoSQL alternative of sqlite in Python - Stack Overflow

    NoSQL alternative of sqlite in Python [closed] Asked 6 years, 1 month ago Modified 3 years, 11 months ago Viewed 20k times

  4. database - Which embedded DB written in Java for a simple key/value ...

    Mar 19, 2012 · I recently asked a question about Neo4j, which I got working and which seems nice. It's embeddable and it's written in Java and there aren't (too) many dependencies. However it's a graph …

  5. What is a good choice of database for a small .NET application?

    Jul 19, 2011 · 2 An alternative that hasn't been mentioned if you don't require it to be a free database is VistaDB. It's all managed code, provides tons of features for an embedded database, and offers …

  6. Embedded NoSQL DB for .NET Core - Stack Overflow

    What would be the best choice for an embedded NoSQL DB which could be used from the .NET Core application (could be built to run in Linux)? So in summary, requirements:

  7. android - NoSQL for mobile apps? - Stack Overflow

    May 8, 2011 · Is there any established noSQL database solution to be used for developing native mobile applications (Android and/or iOs)?

  8. Embedded non-relational (nosql) data store - Stack Overflow

    Jun 18, 2013 · Windows has a built-in embedded non-relational store. It is called ESENT and is used by several Windows applications, including the Active Directory and Windows Desktop Search.

  9. Which is the fastest embedded noSQL database for Python?

    Feb 24, 2013 · I need a noSQL solution that is fast, small, embedded (because I don't have root privilege) and supports Python. For now I just have two names: DyBASE, CodernityDB. Please help …

  10. Java Embedded Databases Comparison - Stack Overflow

    33 I needed to use Java embedded database in one of my projects and I did lot of research understanding pros and cons of each database. I wrote a blog listing pros and cons of popular …