PureORM[0] is this right balance of write SQL, get properly structured data.
EdgeDB 2.0
41–50 of 150 posts
Re: EdgeDB 2.0
#42Earlier quoted context omitted.
Just a side note: EdgeDB doesn't implement OOP persistence, so it's not an classical object database.
Sure, but I recognize concepts we were dealing with in the nineties; I assume you are aware of ODMG and OQL.
Re: EdgeDB 2.0
#43Re: EdgeDB 2.0
#44Can you improve the deployment story for wireguard to match the native PostgreSQL experience? Currently deploying EdgeDB requires setting up multiple VPN connections and environmental variables. Ideally it should be one click, zero-config just like Postgres.
Re: EdgeDB 2.0
#45Re: EdgeDB 2.0
#46Conceptually it sounds a bit like Semmle's CodeQL? Except a general purpose database rather than one optimised for storing program code.
Re: EdgeDB 2.0
#47Earlier quoted context omitted.
Yeah I really want to use EdgeDB, but I need full text search somehow. Options would be: 1. Somehow being able to query underlying postgresql database using traditional postgres FTS queries 2. Something like ZomboDB to bring the data into ElasticSearch or other like PGroonga 3. Ideally there would be some kind of FTS within EdgeDB so no need for another service
We'll be working on (3) soon and maybe (2) shortly after.
Re: EdgeDB 2.0
#48I like being "close to the metal" when it comes to database queries. I don't want to learn an ORM api, and neither EdgeQL; I just want to do the thing I already know how to do. PureORM[0] is this right balance of write SQL, get properly structured data. [0] https://github.com/craigmichaelmartin/pure-orm
Re: EdgeDB 2.0
#49Re: EdgeDB 2.0
#50you may want to check out openziti (open source) to eliminate vpn (while closing EdgeDB server and Postgres server link listeners and open IB FW ports). can be done agentless via sdk, or modified jdbc driver. basic postgres example video here: https://youtu.be/s-skpw7bUfI
disclosure: i run a company that built saas on top of the openziti open source.