Skip to content

AsherKirshtein/PetiteDB-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetiteDB: A Simple, Multi-User Transactional Database Server

Overview

PetiteDB is a lightweight, multi-user transactional database server written in Java. It is designed to provide an easy-to-use and efficient database solution for Java applications. PetiteDB interacts with Java client programs via JDBC (Java Database Connectivity) and supports a subset of SQL for database operations.

Features

SQL and JDBC Support: PetiteDB implements a subset of SQL and provides JDBC support, making it compatible with a wide range of Java applications. Transactional: Ensures data integrity by supporting transactions, allowing multiple operations to be executed as a single unit of work. Multi-User: Designed to handle multiple concurrent users, making it suitable for small to medium-sized applications.

Getting Started

Prerequisites: Java Development Kit (JDK) 8 or higher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages