2 dépôts
Lightweight database engines that run in-process and can optionally expose network access for multi-process sharing.
Distinct from Database-as-a-Service Tooling: None of the candidates cover embedded databases with file persistence and network server mode; closest is Database-as-a-Service Tooling which targets managed cloud services, not local in-process databases.
Explore 2 awesome GitHub repositories matching data & databases · Embedded Database Servers. Refine with filters or upvote what's useful.
SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran
Allows multiple processes to access the same database file concurrently by having the first process act as a network server.
H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit
Functions as a lightweight database engine that runs in-process within a Java application.