Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeppeklitgaard/pyliterdb
A light pure-python database, that lives in memory, but can be saved to disk. It also does not use SQL syntax, but a more pythonic approach
https://github.com/jeppeklitgaard/pyliterdb
Last synced: 5 days ago
JSON representation
A light pure-python database, that lives in memory, but can be saved to disk. It also does not use SQL syntax, but a more pythonic approach
- Host: GitHub
- URL: https://github.com/jeppeklitgaard/pyliterdb
- Owner: JeppeKlitgaard
- License: bsd-3-clause
- Created: 2013-04-07T13:07:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T13:48:19.000Z (almost 12 years ago)
- Last Synced: 2024-12-30T10:57:54.513Z (12 days ago)
- Language: Python
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PyLiterDB
=========A light pure-python database, that lives in memory, but can be saved to disk. It also does not use SQL syntax, but a more pythonic approach
I forked this from [PyDbLite](http://www.pydblite.net/en/PyDbLite.html), and made, what I think is, improvements.
PyDbLite
========
PyDbLite: [link](http://www.pydblite.net/en/PyDbLite.html)Differences:
* Removed MySQL and SQLite3 backends, it now only uses the pure-python backend, I did this because I thought there were enough SQL-normalizers on pypi.
* PEP8 compliant. Quite contrary to the origional PyDbLite, this project is made compliant with the standard python guidelines.
* Updated. It has been slightly updated here and there, nothing big.Dependencies:
============
* None! (Other than python.)Installation
============
It features a simple setup script, `setup.py`, if you don't know how to use setup.py scripts please see: http://docs.python.org/2/install/Credits:
========
* Pierre Quentel, the author of PyDbLite, from which this project came. He did the vast majority of the code.
* Jeppe Klitgaard, the author of this fork, PyLiterDB. I really didn't do all that much. All credit is Pierre's.Docs
====
WORK_IN_PROGRESS