About 792,000 results
Open links in new tab
  1. GitHub - lmdbjava/lmdbjava: Lightning Memory Database (LMDB) for …

    Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store - lmdbjava/lmdbjava

  2. GitHub - mariasstalin/jimdb: Java In Memory DataBase

    JIMDB is a lightweight Java In Memory DataBase where you can store any Java Bean. We can perform basic SQL operations like select, insert, update, delete and etc. JIMDB is specially designed for …

  3. in-memory-database · GitHub Topics · GitHub

    Nov 29, 2025 · High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High …

  4. in-memory-database · GitHub Topics · GitHub

    Nov 26, 2025 · High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High …

  5. Highest Performance Database in Java - Stack Overflow

    Jan 3, 2017 · I need ideas to implement a (really) high performance in-memory Database/Storage Mechanism in Java. In the range of storing 20,000+ java objects, updated every 5 or so seconds. …

  6. GitHub - h2database/h2database: H2 is an embeddable RDBMS …

    Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; disk-based or in-memory databases Transaction support, multi …

  7. nitrite/nitrite-java: NoSQL embedded document store for Java - GitHub

    NO sql O bject (NO2 a.k.a Nitrite) database is an open source nosql embedded document store. It supports both in-memory and file based persistent store. Nitrite is an embedded database ideal for …

  8. GitHub - kartikmehta8/java-spring-crud: A basic Spring Boot …

    This is a simple Spring Boot application that demonstrates a basic CRUD (Create, Read, Update, Delete) REST API using an in-memory H2 database.

  9. java - H2 In-memory database. JdbcSQLSyntaxErrorException: Table …

    Nov 20, 2022 · I'm trying to run a simple Spring application that adds an item to a database. I want to use the H2 in-memory database without defining a schema.sql. However, when I add a data.sql file …

  10. How to simulate a DB for testing (Java)? - Stack Overflow

    Basically, it's a JAR file (a pure Java in-memory database) that you can run in its own JVM or in your own JVM and while it's running, you have a database. Then you stop it and your database goes …