🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

sqlitemulti

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlitemulti

A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.

0.0.2
Maintainers
1

=========== SqliteMulti

.. image:: https://img.shields.io/pypi/v/sqlitemulti.svg :target: https://pypi.python.org/pypi/sqlitemulti

.. image:: https://img.shields.io/travis/EggPool/sqlitemulti.svg :target: https://travis-ci.org/EggPool/sqlitemulti

.. image:: https://readthedocs.org/projects/sqlitemulti/badge/?version=latest :target: https://sqlitemulti.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.

Features

  • TODO

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

======= History

0.0.1 (2019-06-03)

  • First release on PyPI.

0.0.2 (2019-06-05)

  • First usable release.
  • Processes or Threads
  • Pooled tasks
  • Benchmarks
  • Explicit free of ending threads
  • Experimental garbage collector for results queues

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