↧
NNDB’s Not a Database
My latest project is called NNDB. I’ve worked with databases for quite a long time now, and for a while I’ve been thinking about how they work under the hood. I know very little about it, but I thought...
View ArticleNNDB 0.1
I’ve managed to get NNDB, my C++ data storage library which is almost, but not entirely unlike SQL, into a fit state for a release. You can create tables, set indices on columns, insert data, retrieve...
View Article