Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogerbinns/apsw
Another Python SQLite wrapper
https://github.com/rogerbinns/apsw
c python3 sqlite3
Last synced: 2 days ago
JSON representation
Another Python SQLite wrapper
- Host: GitHub
- URL: https://github.com/rogerbinns/apsw
- Owner: rogerbinns
- License: other
- Created: 2013-12-29T02:36:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T00:00:30.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:12:59.294Z (about 1 month ago)
- Topics: c, python3, sqlite3
- Language: Python
- Homepage: https://rogerbinns.github.io/apsw/
- Size: 45.5 MB
- Stars: 733
- Watchers: 31
- Forks: 97
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-sqlite - rogerbinns/apsw: Another Python SQLite wrapper
README
.. image:: https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/apswlogo.png
:width: 215 px
:align: left
:alt: APSW logo - links to documentation
:target: https://rogerbinns.github.io/apsw/APSW stands for **A**\ nother **P**\ ython **S**\ QLite **W**\ rapper. APSW
supports CPython 3.9 onwards.About
=====APSW lets you get the most out of the `SQLite `__
embedded relational database engine from Python, and the most out of
Python from SQLite. APSW glues together the complete `SQLite C API
`__ and `Python's C API
`__, staying up to date
with both SQLite and Python. This includes `full text search
`__.It is recommended to use the builtin `sqlite3 module
`__ if you want SQLite
to appear interchangeable with the other database drivers.Use APSW when you want to use SQLite fully, and have an improved
developer experience. The `documentation
`__ has a section on
the differences between APSW and sqlite3.Help/Documentation
==================There is a tour and example code using APSW at
https://rogerbinns.github.io/apsw/example.htmlThe latest documentation is at https://rogerbinns.github.io/apsw/
Mailing lists/contacts
======================* `Python SQLite discussion group
`__ (preferred)
* `Github discussions `__
* You can also email the author at `[email protected]
`__Releases and Changes
====================Releases are made to `PyPI `__
(install using pip) and `Github
`__New release announcements are sent to the `Python SQLite discussion
group `__ and there is
an `RSS feed from PyPI
`__.`Full detailed list of changes
`__Bugs
====You can find existing and fixed bugs by clicking on `Issues
`__ and using "New Issue"
to report previously unknown issues.License
=======See `LICENSE
`__ - in
essence any OSI approved open source license.