Socket
Book a DemoInstallSign in
Socket

s3m

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3m

sqlite3 wrapper for multithreaded applications

pipPyPI
Version
1.1.0
Maintainers
1

S3M

S3M - is a sqlite3 wrapper for multithreaded python applications.

Table of contents #################

  • Multithreading_
  • Documentation_
  • Installation_
  • Usage_

.. _Multithreading:

Multithreading support ######################

S3M prevents multiple database operations (or transactions, can be disabled) from running at once. That's basically the whole point of this library.

.. _Documentation:

Documentation ############# .. _Read the Docs: http://s3m.readthedocs.io

Documentation is available at Read the Docs_

.. _Installation:

Installation ############

.. code:: sh

pip install s3m

or

.. code:: sh

python setup.py install

There are no requirements.

.. _Usage:

Usage

The usage is pretty much the same as with built-in sqlite3.

Keywords

sqlite3 sqlite multithreading thread

FAQs

Did you know?

Socket

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.

Install

Related posts