Top "Embedded-database" questions

An embedded database system is a database management system (DBMS) which is tightly integrated with an application software that requires access to stored data, such that the database system is “hidden” from the application’s end-user and requires little or no ongoing maintenance.

Does Spring embedded database support different SQL dialects?

H2 has a range of compatibility modes for various other databases such as MS SQL Server, MySQL, Oracle, etc that …

java spring h2 embedded-database
h2 in-memory tables, remote connection

I am having problems with creating an in memory table, using H2 database, and accessing it outside of the JVM …

database jdbc embedded-database h2
Embed a database in the .apk of a distributed application [Android]

My question is I think quite simple but I don't think the answer will be... I have quite a lot …

android database embedded-database
Embedding mysql in java desktop application

i am not clear about steps/configuration details about how i can embed mysql in a Java desktop application so …

java mysql database embedded-database
Spring Boot. @DataJpaTest H2 embedded database create schema

I have couple of entities in my data layer stored in particular schema. For example: @Entity @Table(name = "FOO", schema = "…

spring-boot integration-testing h2 spring-test embedded-database
Embedded database for .net

I need an embedded database for one of our .net applications. This database should support sql (Unlike Berkley). Can anyone …

.net sql embedded-database
H2 Database vs SQLite on Android

Because of the lack of Unicode support on the embedded SQLite database in Android I am mostly interested in performance …

android database sqlite embedded-database h2
Saving in-memory H2 database to disk

How can I save/load full embedded h2 in-memory database to some file or directory in binary mode for faster …

load save h2 embedded-database in-memory
Is there a lightweight, embeddable, key/value database? (something like diet couchdb)

I was wondering if there was a lightweight, embeddable, key/value database out there. Something like a lightweight Couchdb (RESTful, …

database rest couchdb embedded-database key-value
How to run RavenDb in embedded mode?

Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn't have a DataDirectory property :( …

c# ravendb embedded-database