A simple file-based database engine
Project description
Source code is available in https://github.com/RMed/breezedb_python
License: GPLv2
Changelog
New JSON structure
Database now consists of a single file
Improved special character support
Improved exception handling
Added several database operations
Issues and bug reports
Please report any issues or bugs you may encounter in https://github.com/RMed/breezedb_python/issues
NOTE: version 1.2.0 is not compatible with previous versions of the library.
Overview
The data is contained within a single file using JSON structure.
All database operations are done to the filesystem.
Uses user session permissions for the database
It is not needed to distribute a database with your application, as it can be created on the go.
Installation
Linux/Unix (run with superuser permissions):
# python setup.py install
or using pip:
# pip install breezedb
Windows (run as administrator):
python.exe setup.py install
or using pip:
python.exe pip install breezedb
or use the provided installer.
Documentation
Documentation is available online in http://pythonhosted.org/breezedb . This documentation includes all the available functions and extra information about the structure of the database and the query parser.
If you want to build the documentation from source, navigate to the doc directory and run:
make html
in Linux/Unix systems or:
make.bat html
in Windows systems.
Tests
There are several basic tests available in the test directory that can be run after the library is installed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file breezedb-1.2.0.tar.gz
.
File metadata
- Download URL: breezedb-1.2.0.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78230c5289def0debf384e42426c22318f1d617328679d16b17adbefddef0f77 |
|
MD5 | 5e446f8342af9e996fdc10405c53970f |
|
BLAKE2b-256 | 95077ca36aa37bf72d536ad79cdc50bdadf34f9ba14ae0fb4e7777ec3886d9d9 |