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.

Java Embedded Databases Comparison

I intend to develop a small (Java) application for managing my finances. I believe I need to use an embedded …

java database comparison embedded-database
Embedded MongoDB when running integration tests

My question is a variation of this one. Since my Java Web-app project requires a lot of read filters/queries …

java mongodb junit integration-testing embedded-database
Spring configuration for embedded H2 database for tests

What does your Spring configuration for integration tests look like using an embedded h2 datasource and, optionally, JUnit? My first …

unit-testing spring embedded-database h2
Where does H2's Embedded Databases Store the data?

So I just recently started learning about how databases work, how to use SQL ect. and decided to start implementing …

java database jdbc h2 embedded-database
Setting up an embedded Derby database in a standalone Java application

I'm trying to setup an embedded Derby database for a standalone Java application, but after pouring through all sorts of …

java embedded-database javadb derby
Can mongodb be used as an embedded database?

I am working on a RSS reader application. And I need to find a backend database. I want the database …

mongodb embedded-database
Embedded PostgreSQL for Java JUnit tests

Is there an embedded PostgreSql so that we could unit test our PostgreSql driven application? Since PostgreSql has some dialects, …

postgresql maven junit embedded-database database-driven
What's the "best" database for embedded?

I'm an embedded guy, not a database guy. I've been asked to redesign an existing system which has bottlenecks in …

database embedded embedded-database
Highest Performance Database in Java

I need ideas to implement a (really) high performance in-memory Database/Storage Mechanism in Java. In the range of storing 20,000+ …

java database performance embedded-database
Which embedded DB written in Java for a simple key/value store?

I recently asked a question about Neo4j, which I got working and which seems nice. It's embeddable and it's …

java database web-applications nosql embedded-database