[SQL Death] Gel: Replacing* SQL and Improving on the Relational Database Model - Carnegie Mellon Database Group
Gel (formerly EdgeDB) is a new database built around an evolution of... Read More +
Today's SQL or Death Seminar Speaker: Michael Sullivan (PhD'17) will present @geldata.com's "graph-relational" data model and query language to replace SQL. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/sql-d...
21.04.2025 13:12 β π 8 π 2 π¬ 0 π 0
Gel + #Clojure? Why not!
github.com/vol1n/clogel
15.04.2025 19:56 β π 5 π 0 π¬ 0 π 0
For more details on today's announcements, read the full blog post π
geldata.com/blog/gel-6-q...
28.02.2025 22:29 β π 1 π 0 π¬ 0 π 0
Join the Gel Discord Server!
Welcome to the EdgeDB Discord server. Join hundreds of other devs using the first post-SQL database. | 2690 members
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/j3ZWn...
28.02.2025 22:29 β π 1 π 0 π¬ 1 π 0
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.
28.02.2025 22:29 β π 0 π 0 π¬ 1 π 0
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.
28.02.2025 22:29 β π 0 π 0 π¬ 1 π 0
π 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 π
28.02.2025 22:29 β π 1 π 0 π¬ 1 π 0
β‘ 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 π
27.02.2025 21:19 β π 1 π 0 π¬ 1 π 0
β¨ Quality-of-life improvements:
β’ String interpolation: select '\(greeting), \(who)';
β’ Complex types like unions and intersections can now be used inline in more places
β’ More flexibility and expressiveness in your queries
27.02.2025 21:19 β π 0 π 0 π¬ 1 π 0
πͺ Introducing Hooks in the CLI! Run scripts automatically responding to schema changes, branch switches, or project initialization.
Perfect for:
β’ Code generation when the schema changes
β’ Loading fixtures on initialization
β’ Running tests after schema updates
27.02.2025 21:19 β π 0 π 0 π¬ 1 π 0
πͺ EdgeQL just got more powerful! You can now use DML (insert, update, delete) in user-defined functions - a restriction finally lifted in Gel 6.0!
27.02.2025 21:19 β π 0 π 0 π¬ 1 π 0
π Launch Week Day 3: Developing with Gel 6.0. Today, we're covering EdgeQL improvements and CLI enhancements for better database development.
27.02.2025 21:19 β π 1 π 0 π¬ 1 π 0
let us know what you're building! π
27.02.2025 18:22 β π 0 π 0 π¬ 0 π 0
Full details on our blog: www.geldata.com/blog/postgi...
Want to see it all in action? Jump into Gel Cloud right now: cloud.geldata.com
Stay tuned for Day 3 tomorrow... it's going to be π₯
26.02.2025 22:42 β π 1 π 0 π¬ 0 π 0
π€ Fresh AI models from OpenAI, Anthropic & Mistral:
β’ OpenAI o1-preview and o1-mini
β’ Pixtral-large-latest
β’ Ministral-8b-latest
β’ Codestral-latest
Plus remember: you can always add your own models without waiting for updates!
26.02.2025 22:42 β π 1 π 0 π¬ 1 π 0
π Say hello to std::net - our new networking library!
β’ Async HTTP requests
β’ Perfect for webhooks, integrations, auditing
β’ Schedule requests with a single function call
26.02.2025 22:42 β π 0 π 0 π¬ 1 π 0
π Auth lifecycle webhooks have arrived! You asked, we delivered.
β’ Custom emails for verification, password reset, etc.
β’ Perfect for matching your brand voice
β’ Works great with analytics & third-party integrations
26.02.2025 22:42 β π 0 π 0 π¬ 1 π 0
πΊοΈ PostGIS is HERE! One of our most requested features.
β’ Full geospatial support
β’ First-class integration with Gel's type system
β’ Native visualization for PostGIS geometries in our UI
Just run π
26.02.2025 22:42 β π 0 π 0 π¬ 1 π 0
π Launch Week Day 2! Today, we're dropping FOUR major updates to Gel 6.0: PostGIS support, Auth webhooks, HTTP networking, and new AI models! π
26.02.2025 22:42 β π 1 π 0 π¬ 1 π 0
π Why the rename?
"Gel" is easy to say, easy to type, and it embodies how we see our platform: flexible and cohesive. "Edge" suggested we're for edge computing or a pure graph database, but we're neither.
25.02.2025 23:00 β π 0 π 0 π¬ 1 π 0
Hey there! EdgeDB is now Gel π
6.0 Launch week kicks off today with big news - EdgeDB is now Gel! New name, the same awesome PostgreSQL data platform you love.
Read more in the thread π
25.02.2025 23:00 β π 3 π 0 π¬ 1 π 2
Schedule for the SQL or Death? Spring 2025 Seminar Series
Carnegie Mellon Database Group
Spring 2025 Seminar Schedule:
Feb 10: @convex.dev
Feb 17: The Germans (TUM)
Feb 24: @apachepinot.bsky.social
Mar 03: Malloy (@lloydtabb.bsky.social)
Mar 10: Google SQL Pipes
Mar 24: PRQL
Mar 31: StarRocks
Apr 07: @oxidecomputer.bsky.social
Apr 14: @mariadb.bsky.social
Apr 21: @edgedb.com
29.01.2025 14:32 β π 23 π 5 π¬ 0 π 0
we are cooking something π§βπ³π
29.01.2025 15:38 β π 1 π 0 π¬ 0 π 0
C stdlib isnβt threadsafe and even safe Rust didnβt save us | EdgeDB Blog
Threads, TLS, a C stdlib race, and Rust: how EdgeDB hit a hidden landmine.
Even Rust couldnβt save us from Cβs thread-safety issues. π¬ Read our debugging story about how environment variables crashed our ARM64 builds and how we fixed it.
www.edgedb.com/blog/c-stdl...
22.01.2025 18:49 β π 1 π 0 π¬ 0 π 0
Yes (it's a secret though!), and we'll soon have a blog post about it all.
16.01.2025 17:54 β π 0 π 0 π¬ 1 π 0