Blog

Embedded Databases

[{"Id":"201901220241570918","ParentId":"20190122014907529144","Type":"Heading","Sequence":1,"Attributes":{"Level":"2","Text":"Apache Derby"}},{"Id":"201901220242190550","ParentId":"20190122014907529144","Type":"Text","Sequence":2,"Attributes":{"Text":"Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: a small footprint -- about 3.5 megabytes for the base engine and embedded JDBC driver; based on the Java, JDBC, and SQL standards; provides an embedded JDBC driver that lets you embed Derby in any Java-based solution; Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. Derby is easy to install, deploy, and use.\r\nhttp://db.apache.org/derby/\r\n"}},{"Id":"201901220255560865","ParentId":"20190122014907529144","Type":"Heading","Sequence":3,"Attributes":{"Level":"2","Text":"Couchbase Lite"}},{"Id":"201901220256000502","ParentId":"20190122014907529144","Type":"Text","Sequence":4,"Attributes":{"Text":"https://www.couchbase.com/products/lite"}},{"Id":"201901220237270151","ParentId":"20190122014907529144","Type":"Heading","Sequence":5,"Attributes":{"Level":"2","Text":"H2 Database Engine"}},{"Id":"201901220237420832","ParentId":"20190122014907529144","Type":"Text","Sequence":6,"Attributes":{"Text":"The main features of H2 are: Very fast, open source, JDBC API; Embedded and server modes; in-memory databases; Browser based Console application; Small footprint: around 1.5 MB jar file size http://www.h2database.com"}},{"Id":"201901220247320145","ParentId":"20190122014907529144","Type":"Heading","Sequence":7,"Attributes":{"Level":"2","Text":"HyperSQL (HSQLDB)"}},{"Id":"201901220247330774","ParentId":"20190122014907529144","Type":"Text","Sequence":8,"Attributes":{"Text":"HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016. A small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.\r\nhttp://hsqldb.org/"}},{"Id":"201901220258520597","ParentId":"20190122014907529144","Type":"Heading","Sequence":9,"Attributes":{"Level":"2","Text":"ForestDB"}},{"Id":"201901220258530870","ParentId":"20190122014907529144","Type":"Text","Sequence":10,"Attributes":{"Text":"A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie \r\nhttps://github.com/couchbase/forestdb"}},{"Id":"201901220203340936","ParentId":"20190122014907529144","Type":"Heading","Sequence":11,"Attributes":{"Level":"2","Text":"LiteDB"}},{"Id":"201901220230190623","ParentId":"20190122014907529144","Type":"Text","Sequence":12,"Attributes":{"Text":"LiteDB - A .NET NoSQL Document Store in a single data file. It is an open source MongoDB-like database with zero configuration - mobile ready. Delivered in a single DLL (less than 350kb) fully written in .NET C# managed code (compatible with .NET 3.5, 4.x, NETStandard 1.3 and 2.0).\r\nInstall via NuGet or just copy DLL to your bin project folder. Ideal for: Mobile Apps; Desktop/local small applications; Application file format; Small web applications; One database per account/user data store. Portable UWP and Xamarin iOS/Android; ACID transaction; Single datafile (like SQLite); Recovery data in writing failure (journal mode); Map your POCO class to BsonDocument; Fluent API for custom mapping; Cross collections references (DbRef); Store files and stream data (like GridFS in MongoDB); LINQ support; FREE for everyone - including commercial use\r\n\r\nhttp://www.litedb.org/ https://github.com/mbdavid/litedb"}},{"Id":"201901220324100977","ParentId":"20190122014907529144","Type":"Heading","Sequence":13,"Attributes":{"Level":"2","Text":"Ream DB"}},{"Id":"201901220324120076","ParentId":"20190122014907529144","Type":"Text","Sequence":14,"Attributes":{"Text":"Realm Database is a fast, easy to use, and open source alternative to SQLite and Core Data. It is an object database.\r\nhttps://realm.io/products/realm-database"}},{"Id":"201901220322010070","ParentId":"20190122014907529144","Type":"Heading","Sequence":15,"Attributes":{"Level":"2","Text":"SnappyDB"}},{"Id":"201901220322020255","ParentId":"20190122014907529144","Type":"Text","Sequence":16,"Attributes":{"Text":"SnappyDB is a key-value database for Android it's an alternative for SQLite if you want to use a NoSQL approach. It allows you to store and get primitive types, but also a Serializable object or array in a type-safe way. SnappyDB can outperform SQLite in read/write operations.\r\nhttp://www.snappydb.com/"}},{"Id":"201901220326540096","ParentId":"20190122014907529144","Type":"Heading","Sequence":17,"Attributes":{"Level":"2","Text":"SQLite"}},{"Id":"201901220326550252","ParentId":"20190122014907529144","Type":"Text","Sequence":18,"Attributes":{"Text":"SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. It is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day. https://www.sqlite.org/index.html"}},{"Id":"201901220329080225","ParentId":"20190122014907529144","Type":"Heading","Sequence":19,"Attributes":{"Level":"2","Text":"UnQLite"}},{"Id":"201901220329090299","ParentId":"20190122014907529144","Type":"Text","Sequence":20,"Attributes":{"Text":"UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc. as well a standard Key/Value store similar to BerkeleyDB, LevelDB, etc. https://unqlite.org/"}}]