https://github.com/sanalzio/simple-pydb
A simple local file-based database module.
https://github.com/sanalzio/simple-pydb
database python python3
Last synced: about 2 months ago
JSON representation
A simple local file-based database module.
- Host: GitHub
- URL: https://github.com/sanalzio/simple-pydb
- Owner: sanalzio
- License: gpl-3.0
- Created: 2023-08-23T14:37:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T10:49:21.000Z (about 2 years ago)
- Last Synced: 2025-04-12T04:39:46.869Z (about 1 year ago)
- Topics: database, python, python3
- Language: Python
- Homepage: https://sanalzio.github.io/Simple-PyDB/
- Size: 7.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-PyDB 3.0.1
A simple local file-based database module.
   
# Installation
## For Gnu/Linux or MacOS
```bash
python3 -m pip install s-pydb
```
## For windows
```
pip install s-pydb
```
# Documentation
### [-> Click to go PyDB documentation <-](https://sanalzio.github.io/Simple-PyDB/)