Notes
- use ray.so to make code images
- Make images vertical for phones
Content Ideas
- Tweet about REPL slash commands
- Which is older- X or SQL EdgeDB Twitter quiz
- 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
takethat 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 linkchildrenthat links to someChild🧒 objects. Here’s how you query aChildfrom theParentname:
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
- posted One of our fine users (@IgnisDa) wrote a Dokku plugin for EdgeDB. https://github.com/IgnisDa/dokku-edgedb
There’s never been a better time to spin up your next generation database on Dokku! 🐳