Add SQLObject article

This commit is contained in:
Yorhel 2019-09-04 16:31:39 +02:00
parent bc5ca25127
commit 41eb0a6f42
7 changed files with 676 additions and 3 deletions

View file

@ -6,6 +6,10 @@ rare occasions are published on this page.
## Articles That May As Well Be Considered Blog Posts
`2019-08-13` - [From SQL to Nested Data Structures](/doc/sqlobject)
: How to easily fetch complex nested data structures from a normalized
relational database.
`2019-05-14` - [Fast Key Lookup with a Small Read-Only Database](/doc/pwlookup)
: How to quickly check if a password is in a large (but nicely compressed)
dictionary.