Add delete and remove operations for entry management

This commit is contained in:
2026-02-21 21:44:28 +01:00
parent 662d47ac21
commit 4a04bf50c4
4 changed files with 156 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mydbengine"
version = "0.2.1"
version = "0.3.0"
description = "A lightweight, git-inspired database engine that maintains complete history of all modifications"
readme = "README.md"
requires-python = ">=3.8"