follow this at : https://gitlab.com/u/refaQtor/projects
as in C++, a sequence container... of timestamped key/value pairs backed by SQLite
- single table
- in memory by default
- can persist on disk
As a key/value in-memory table, it is useful as a flexible data structure at application runtime. The ability to persist makes it easy to replicate over time and space. The timestamp supports tempral inferences.