otf: A little Delta Lake/Iceberg inspired database implementation in Go Only supports CREATE TABLE, INSERTs and SELECTs at the moment. Take a look at the tests for examples of usage and concurrency control. See the blog post walking through this project. $ go test See also: The Delta Lake Paper