polyrand / litements

Some data structures implemented in SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Some data structures implemented in SQLite

Why?

* SQLite is awesome
* Easy to share data between processes. SQLite comes included in many programming languages
and you don't have to install anything else.
* Fast
* Operate on the data structures using SQL

About

Some data structures implemented in SQLite

License:MIT License


Languages

Language:Jupyter Notebook 100.0%