Ecosyste.ms: Awesome

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

https://rogerbinns.github.io/apsw/

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/

c python3 sqlite3

Last synced: 3 months ago
JSON representation

Another Python SQLite wrapper

Lists

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.8 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.

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.html

The 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.