Socket
Socket
Sign inDemoInstall

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


Maintainers
1

S3M

S3M - is a sqlite3 wrapper for multithreaded python applications.

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

  1. Multithreading_
  2. Documentation_
  3. Installation_
  4. 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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc