DEV Community

How to Create a Database and Blockchain in bSQL

Cassidy Mountjoy on August 23, 2021

In this tutorial we will be introducing how to set up a new database, blockchain, and perform your first mutation. If you prefer to learn in a vide...
Collapse
 
natclark profile image
Nathan

This looks like it could be very useful for immutable server logs.

Collapse
 
cassidymountjoy profile image
Cassidy Mountjoy

That's an interesting use case, I haven't explored that yet. These queries are actually from a DAML demo application I wrote. Immutable, in-memory smart contracts persisted to an immutable db. The logic aligned very nicely.

Collapse
 
natclark profile image
Nathan

I don't think I've ever seen DAML before, but it looks really interesting! Thanks for sharing it.