Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuzeman/byte-sqlite

(Alpha) SQLite compiler and executor for byte
https://github.com/fuzeman/byte-sqlite

byte data-model database orm pypy python sqlite

Last synced: about 1 month ago
JSON representation

(Alpha) SQLite compiler and executor for byte

Awesome Lists containing this project

README

        

byte-sqlite
===========

.. image:: https://img.shields.io/pypi/v/byte-sqlite.svg?style=flat-square
:target: https://pypi.python.org/pypi/byte-sqlite

.. image:: https://img.shields.io/travis/fuzeman/byte-sqlite.svg?style=flat-square
:target: https://travis-ci.org/fuzeman/byte-sqlite

.. image:: https://img.shields.io/codeclimate/github/fuzeman/byte-sqlite.svg?style=flat-square
:target: https://codeclimate.com/github/fuzeman/byte-sqlite

.. image:: https://img.shields.io/coveralls/fuzeman/byte-sqlite/master.svg?style=flat-square
:target: https://coveralls.io/github/fuzeman/byte-sqlite

SQLite compiler and executor for `byte `_.

**Supported Platforms:**

- **Python:** 2.6, 2.7, 3.3+
- **PyPy 2:** 2.5+
- **PyPy 3:** 5.5+

**Requirements:**

- **byte:** 0.3.0+

Development
-----------

**Status:** Alpha

Usable, but many features are still in development.