apsw-wheels

Another Python SQLite wrapper

Latest version: 3.36.0.post1 registry icon
Maintenance score
100
Safety score
100
Popularity score
34
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
3.36.0.post1 0 0 0 0 0
3.35.4.post1 0 0 0 0 0
3.34.1.post1 0 0 0 0 0
3.33.0.post1 0 0 0 0 0
3.30.1.post3 0 0 0 0 0
3.30.1.post2 0 0 0 0 0
3.30.1.post1 0 0 0 0 0
3.26.0.post2 0 0 0 0 0
3.26.0.post1 0 0 0 0 0

Stability
Latest release:

3.36.0.post1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

UNKNOWN   -   OSI Approved

Is a wildcard

Not proprietary

OSI Compliant



.. 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 <https://sqlite.org/>__ embedded relational database engine from Python, and the most out of Python from SQLite. APSW glues together the complete SQLite C API <https://sqlite.org/c3ref/intro.html>__ and Python's C API <https://docs.python.org/3/c-api/index.html>, staying up to date with both SQLite and Python. This includes full text search <https://rogerbinns.github.io/apsw/textsearch.html>.

It is recommended to use the builtin sqlite3 module <https://docs.python.org/3/library/sqlite3.html>__ 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 <https://rogerbinns.github.io/apsw/pysqlite.html>__ 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 <https://groups.google.com/group/python-sqlite>__ (preferred)
  • Github discussions <https://github.com/rogerbinns/apsw/discussions>__
  • You can also email the author at rogerb@rogerbinns.com <mailto:rogerb@rogerbinns.com>__

Releases and Changes

Releases are made to PyPI <https://pypi.org/project/apsw/>__ (install using pip) and Github <https://github.com/rogerbinns/apsw/releases>__

New release announcements are sent to the Python SQLite discussion group <https://groups.google.com/group/python-sqlite>__ and there is an RSS feed from PyPI <https://pypi.org/rss/project/apsw/releases.xml>__.

Full detailed list of changes <https://rogerbinns.github.io/apsw/changes.html>__

Bugs

You can find existing and fixed bugs by clicking on Issues <https://github.com/rogerbinns/apsw/issues>__ and using "New Issue" to report previously unknown issues.

License

See LICENSE <https://github.com/rogerbinns/apsw/blob/master/LICENSE>__ - in essence any OSI approved open source license.