This is the third episode of our tutorial on how to build a database engine from scratch. This time we implement sequence (or record) persistency, the metadata layer and we are basically ready to connect the table definitions to actual record data being stored! This is a code heavy post so snuggle up with your ipad - or just fork the code from bitbucket and check it out!

This is the third episode of our tutorial on how to build a database engine from scratch. This time we implement sequence (or record) persistency, the metadata layer and we are basically ready to connect the table definitions to actual record data being stored! This is a code heavy post so snuggle up with your ipad - or just fork the code from bitbucket and check it out!
#Delphi #Embarcadero #RollYourOwn #DatabaseEngine
https://jonlennartaasenden.wordpress.com/2018/09/05/building-a-delphi-database-engine-part-three/

Comments