Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuzeman/byte-sqlite
- Owner: fuzeman
- Created: 2017-05-10T23:33:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T20:31:10.000Z (over 7 years ago)
- Last Synced: 2024-11-17T15:56:51.628Z (about 2 months ago)
- Topics: byte, data-model, database, orm, pypy, python, sqlite
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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-sqliteSQLite 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.