INSERT INTO shard VALUES ("crystal-db")
INSERT INTO shard VALUES ("crystal-db")
I wrote about the crystal-db shard and the abstractions it adds for database access in Crystal. The post is a practical introduction to building portable, testable database code with a small and consistent interface. You can read the full article here: INSERT INTO shard VALUES (“crystal-db”).