@@ -19,6 +19,51 @@ logo_padding: 5px
19
19
20
20
# About Gel
21
21
22
- Gel is a scalable, integrated data platform on top of Postgres. Gel gives the
23
- relational model a fresh facelift, solves n+1, simplifies migrations, and
24
- streamlines your entire database workflow. Gel is fully open source.
22
+ Tired of ORMs and databases? It's time to Gel.
23
+
24
+ Hey, Pythonistas!
25
+
26
+ If you ever used uvloop or asyncpg, or ever used async/await syntax in Python,
27
+ or enjoyed Python syntax highlighting on GitHub or in your IDE... you've already
28
+ used our stuff! We've been continuously contributing to the ecosystem for more
29
+ than a decade, have numerous PEPs and billions of downloads of our packages on
30
+ PyPI.
31
+
32
+ But we're coming to this EuroPython with a new thing - Gel (some you might know
33
+ it by name EdgeDB). Gel has always been about removing friction between your
34
+ code and your database. We've all been there: fighting with a clunky ORM,
35
+ writing awkward joins, or spending a day hunting down an N+1 query. You love
36
+ Python for its elegance, so why should your database feel like a chore?
37
+
38
+ In time for this EuroPython we'll be announcing a new Gel<>Python integration:
39
+
40
+ - First-class FastAPI support: API generation and schema migrations integrated
41
+ in fastapi dev flow.
42
+
43
+ - Dare we say, a truly Pythonic ORM-like type-safe data API and query builder
44
+ with deep Pydantic integration.
45
+
46
+ - Integrated Auth and AI -- build a product in one day.
47
+
48
+ - Effortless local and cloud development, MCP and LSP to make you write your
49
+ code like brrrr....
50
+
51
+ - And of course core Gel benefits: Pythonic data model, thoughtful APIs,
52
+ performance, and DX.
53
+
54
+ Ready to see for yourself?
55
+
56
+ Stop compromising between powerful features and a great developer experience.
57
+ With Gel, you get both.
58
+
59
+ Try the
60
+ Tutorial:[ https://docs.geldata.com/learn ] ( https://docs.geldata.com/learn )
61
+
62
+ Explore the Docs:[ https://docs.geldata.com ] ( https://docs.geldata.com )
63
+
64
+ Star us on
65
+ GitHub:[ https://github.com/geldata/gel-python ] ( https://github.com/geldata/gel-python )
66
+ and, of course,[ https://github.com/geldata/gel ] ( https://github.com/geldata/gel )
67
+
68
+ Swing by our booth for a live demo and a chat with Yury Selivanov, our founder,
69
+ and our core engineers. We can't wait to show you the good stuff.
0 commit comments