Skip to main content

A simple file-based database engine

Project description

Characteristics

  • The database is organized in a file/directory way.

  • Data is stored using XML structure.

  • All database operations are done to the filesystem.

  • 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 at PyPI. If you want to build the documentation from source, navigate to the doc directory and run:

make html

For Linux/Unix systems or

make.bat html

For Windows systems.

Test

There are several basic tests available in the test directory, you may want to check those out to get started.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

breezedb-1.0.1.zip (40.9 kB view hashes)

Uploaded Source

breezedb-1.0.1.tar.gz (29.0 kB view hashes)

Uploaded Source

Built Distributions

breezedb-1.0.1.win-amd64.exe (233.7 kB view hashes)

Uploaded Source

breezedb-1.0.1.win32.exe (206.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page