Added thing about sqlite

This commit is contained in:
qorg11 2022-02-26 16:45:10 +01:00
parent 6e206747c7
commit a8674904ec
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Christ came from Heaven and wrote SQLite[^1]
SQLite is a database engine **written in C**. It is a library which
you can embded and shit. You don't have to install a whole server for
it (like MySQL) because the database is a simple file you can open
with [sqlite3(1)](http://man.kill-9.xyz/1/sqlite3). The max size for a
database is 281 Terabytes.
And despite the program itself is awesome, the codebase is extremely
readable and well written (In a good programming language).
And the thing is in the public domain.
[^1]: [LICENSE.md](https://sqlite.org/src/file?name=LICENSE.md&ci=trunk)