Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. 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.
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.
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/
Python SQLite discussion group <https://groups.google.com/group/python-sqlite>
__ (preferred)Github discussions <https://github.com/rogerbinns/apsw/discussions>
__rogerb@rogerbinns.com <mailto:rogerb@rogerbinns.com>
__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>
__
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.
See LICENSE <https://github.com/rogerbinns/apsw/blob/master/LICENSE>
__ - in
essence any OSI approved open source license.
FAQs
Another Python SQLite Wrapper
We found that apsw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.