https://github.com/probcomp/bayeslite-apsw
https://github.com/probcomp/bayeslite-apsw
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/probcomp/bayeslite-apsw
- Owner: probcomp
- License: other
- Created: 2015-12-02T22:16:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T22:21:37.000Z (over 8 years ago)
- Last Synced: 2025-05-08T22:57:43.663Z (11 months ago)
- Language: C
- Size: 26.5 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
APSW stands for Another Python SQLite Wrapper.
WARNING: This is a bayeslite custom edition. This is not the normal
apsw. It is a temporary kludge until the `apsw' package on pypi
works. This was customized by running::
python setup.py fetch --sqlite --version=3.9.2
so that it includes a copy of a working version of sqlite3 instead of
relying on whatever version your system may have installed.
About
=====
APSW is a Python wrapper for the `SQLite `__
embedded relational database engine. In contrast to other wrappers
such as `pysqlite `__ it focuses
on being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python. The `documentation
`__ has a section on
the differences between APSW and pysqlite. APSW supports CPython 2.3
onwards and CPython 3.1 onwards.
Changes
=======
`Full detailed list of changes `__
Releases since 3.8.2-r1 are in `releases
`__ (`downloads
`__)
Older releases are at the previous `Google Code hosting
`__
Help/Documentation
==================
The latest documentation is at http://rogerbinns.github.io/apsw/
Mailing lists/contacts
======================
* `Python SQLite discussion group `__
* You can also email the author at rogerb@rogerbinns.com
Bugs
====
You can find existing and fixed bugs by clicking on `Issues
`__ and using "New Issue"
to report previously unknown issues.
Downloads
=========
The `download documentation
`__ contains a list of
binaries, source and further details including how to verify the
downloads, and packages available for other operating systems.
License
=======
See `LICENSE
`__ - in
essence any OSI approved open source license.