EdgeDB and Deno
So, I'm working on an app to better track my own net worth and investments. Why not use a Mint or PersonalCapital ?? I don't trust 'em 🤷🏾♂️. Every other day, there's a breach at some big tech company and all our info just goes into the dark web. I'd rather have something like that under all the control I can if I can......
Anyway...
I'm building this app and I originally was using sqlite as a data layer but randomly stumbled across EdgeDB in the Deno discord (Definitely join, the community is great).
I've been digging through the documentation for the past 2 days and completely swapped out sqlite for EdgeDB. Im having a ton of fun with the workflow of creating schemas and model definitions in a seperate .edgeql file and having a generator turn those into typed typescript functions!!!! This works so well on Deno too with Typescript out the box.