I just took a look at the quickstart guide. The way the code snippets are implemented is gorgeous. They are syntax highlighted, are formatted/indented exactly as they would be in the terminal, line breaks are indented correctly but css is used to make them easily copy/pastable without including any line numbers/indentation characters. Such a delight. Such focus on details. Makes me really confident in the rest of the…
EdgeDB 2.0
101–110 of 150 posts
Re: EdgeDB 2.0
#102EdgeDB co-founder and CEO here. Ask me anything. We are streaming EdgeDB 2.0 launch event right now, join here: https://www.youtube.com/watch?v=1jloGHV31Ow
In a recent post here on HN, Shipping Multi-Tenant SaaS Using Postgres Row-Level Security [1], comments indicated gaps in PostgreSQL's RLS implementation, specifically for views (at least until PG15). I suppose EdgeQL is compiled directly to full SQL statements and doesn't utilize views, so this issue in particular may not affect EdgeDB. Does EdgeDB implement object-level access control on top of PostgreSQL's RLS? Ha…
Re: EdgeDB 2.0
#103Re: EdgeDB 2.0
#104Will there ever be a full golang library with a query builder or codegen? Something along the lines of entgo perhaps?
Re: EdgeDB 2.0
#105Will there ever be a full golang library with a query builder or codegen? Something along the lines of entgo perhaps?
Feel free to jump in with suggestions, we need feedback from experienced Go devs.
Re: EdgeDB 2.0
#106One thing I'm excited about is a framework that uses EdgeDB instead of ORM+SQL. This would make the framework itself leaner and lead to writing less code since the db can do so much more!
Re: EdgeDB 2.0
#107Congrats. EdgeDB is really a game changer. One thing I'm excited about is a framework that uses EdgeDB instead of ORM+SQL. This would make the framework itself leaner and lead to writing less code since the db can do so much more!
Re: EdgeDB 2.0
#108Re: EdgeDB 2.0
#109I couldn’t get past the lack of `SELECT *` support last time I played with this, but looking forward to trying it again!