Metadata-Version: 2.4
Name: sqlite3-backup
Version: 0.3.2
Summary: implements missing backup functionality in sqlite3 module
Home-page: https://sissource.ethz.ch/schmittu/sqlite3_backup
Author: Uwe Schmitt
Author-email: uwe.schmitt@id.ethz.ch
Requires-Python: >=3.6,<4.0
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# README

`sqlite3` from the standard library does not support the backup
functionality provided by the original `sqlite3` C implementation.

This package fixes this by providing a simple backup function.

Typical use case is to write an in-memory sqlite3-db to disk.

This package uses the `ctypes` module and does not require a
working c compiler setup.
