Hacker News new | ask | show | jobs
by raymondgh 712 days ago
This is awesome. About five years ago I wanted to solve the same problem of tracking my pots and glazes. I also noticed the many:many relationship very quickly and deliberated on the schema. Neo4j looked really cool but I think I ended up going with join tables (ie pots, glazes, pot_glaze) in Postgres. I think I didn’t get nearly as far as you did in a weekend though!

Lately I hack in firebase and have been interested in trying supabase. I’ll have to add instantdb to my list.

You should productionize this! Get glaze recipes in there too!

1 comments

Thanks for the kind words! And yes, I’d love to productionize this… next time I have a free weekend ;)