Notes

  • use ray.so to make code images
  • Make images vertical for phones

Content Ideas


  • posted If disaster strikes and your schema file gets mangled 🌪️ but your database is still in good shape, you can build a new schema file from the current state of your database. 😃

Use this command: edgedb query “describe schema as sdl;” -F tab-separated > dbschema/default.esdl


Yury wants to hold until 3.0 beta launch

  • posted Some EdgeDB features, large and small, that are currently in the works:

🔫 Triggers 🔗 Support for link properties on computed backlinks 🧼 edgedb database wipe for easy factory DB reset 🧱 Graphical query builder


  • posted If you use Oh My ZSH, you get a cool function take that can make your life easier by doing these things: ✨ Make a new directory and change into it 👯 Clone a Git repository and change into it 📥 Download a tar, gz, bz2, or xz file, extract it, and change into the directory

  • posted EdgeDB quick tip: You have a type Parent 🧑 with a link children that links to some Child 🧒 objects. Here’s how you query a Child from the Parent name:

select Child {name} filter .<child[is Parent].name = 'Uma Thurman';

This example query might give you Maya Hawke.


  • posted Seems like 🤖 ChatGPT is still getting to grips with EdgeDB, but it’s doing pretty well so far! https://gpt.best/dEYIg6hk

There’s never been a better time to spin up your next generation database on Dokku! 🐳