Skip to content

kei-kmj/keiPyDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keiPyDB

keiPyDB is a lightweight, Python-based database inspired by Java's SimpleDB. The goal is to create a minimalistic, file-based database system for small-scale applications.

Features (Planned)

  • File-based Storage: Store data in files with efficient read/write operations.
  • Schema-less Design: Supports dynamic, flexible data structures.
  • Query Language: Implement a simple query syntax similar to SQL.
  • Transactions: Basic support for ACID transactions.

Getting Started

Installation

Currently, keiPyDB is under development. Clone this repository to begin:

$ git clone https://github.com/yourusername/keiPyDB.git
$ cd db

Usage

To use keiPyDB, first import the library and initialize a database:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages