Metadata-Version: 2.1
Name: sqliteio
Version: 0.1.0
Summary: SQLite3 I/O library
Home-page: https://github.com/nakagami/sqliteio/
Author: Hajime Nakagami
Author-email: nakagami@gmail.com
License: MIT
Keywords: SQLite3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
License-File: LICENSE

=============
sqliteio
=============

SQLite3 read and write library with its own API.

Reference
-------------

Books
++++++++++++++++++++++

- Alex Petrov, A Deep Dive into How Distributed Data Systems Work, O'Reilly Media, Inc. 2019 (chapter 3,4)

Documents
++++++++++++++++++++++

- https://www.sqlite.org/fileformat2.html
- https://fly.io/blog/sqlite-internals-btree/

Referenced source code
++++++++++++++++++++++

- https://github.com/alicebob/sqlittle


