Metadata-Version: 2.1
Name: genomicsqlite
Version: 0.9.3
Summary: Genomics Extension for SQLite
Home-page: https://github.com/mlin/GenomicSQLite
Author: Mike Lin
Author-email: dna@mlin.net
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Genomics Extension for SQLite

**("GenomicSQLite")**

This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) adds features supporting applications in genome bioinformatics:

* genomic range indexing for overlap queries & joins
* streaming storage compression (also available [standalone](https://github.com/mlin/sqlite_zstd_vfs))
* pre-tuned settings for "big data"

Notice: this project is not associated with the SQLite developers.

https://github.com/mlin/GenomicSQLite


