In our new blog post, Andrey shows how to use Gel’s unique features to simplify and streamline the FastAPI + Pydantic AI stack for adding long-term memory to agents.
geldata.com/blog/the-missing…
I was worried about how my cloud instance would work after EdgeDB changed to @geldata, but the update to v6.4 took just 10 seconds, and that was it—no major migration process! :)
SQL was never intended to be used by computer programs. It was a console language for printing reports. Embedding it into programs was one of the gravest errors of our industry.
Today's SQL or Death Seminar Speaker: Michael Sullivan (PhD'17) will present @geldata's "graph-relational" data model and query language. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/sql-dea…
Just dropped: Build a Book Notes app with Gel & @DrizzleORM! 📚✨
A practical example that shows how these tools work together. Check it out:
geldata.com/blog/integrating…
It's been an incredible experience working with the @geldata team — planning and building an amazing developer experience together to make using SQL with Gel Database and Drizzle feel effortless.
@aleksandrasays beautifully captured the entire journey in her blog post — from the challenges we faced to the ideas we explored and the decisions that shaped the final result.
Go check it out — you’ll definitely want to give it a read! 🚀
made a MCP server for gel database. agent can learn about your schema, validate queries, execute edgeql, and search docs.
github.com/christian561/gel-…
That wraps up our launch week, but we're not done! Stay tuned for more announcements soon. Join our office hours to discuss all these new features:
discord.com/invite/j3ZWntFR?…
In-place upgrades: No more full dump and restore cycles for major version upgrades. Gel 6.0 compartmentalizes internal structures, allowing multiple versions to coexist without touching your data. Future upgrades will have minimal downtime.
Query Performance Log: Track execution stats via sys::QueryStats. Tag queries with custom identifiers like `createClient().withQueryTag("myapp/feature")` and use our new UI to identify performance bottlenecks.
🚀 Launch Week Day 4!
Gel 6.0 brings two major improvements for production environments - query performance logging and in-place upgrades. These address some of the features most requested by our users.
Read more below 👇
All these improvements add up to one thing: Gel gives you the power of PostgreSQL with the developer experience of a modern programming language ✨
Full details: geldata.com/blog/gel-s-new-e…
âš¡ New watch mode in the CLI! Now you can:
• Watch glob patterns and trigger commands
• Generate code when query files change
• Keep your schema and queries in sync automatically
Configure it all in your gel.toml file 👇