This commit is contained in:
Tove 2023-06-19 07:51:25 +02:00
parent 56fbd1f7c7
commit c7d6014c87
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "microdb"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "A very small in-program database with cache, disk storage, etc."
license = "MIT"

View file

@ -1,7 +1,10 @@
# MicroDB
A microsized database for use in programs with too much data for the RAM, but not necessarily for your
next incredibly successful Discord clone (tho I suppose you could make that work too).
next incredibly successful Discord clone (tho I suppose you could make that work too\*).
\* So it turns out when I compared this against postgres in terms of speed, THIS WON BY MILES. And by miles,
I mean a factor of about 16 (0.067ms vs 0.0004ms).
## Completed features