EdgeDB 2.0
edgedb.com
EdgeDB 2.0
1–10 of 150 posts
Re: EdgeDB 2.0
#2We are streaming EdgeDB 2.0 launch event right now, join here: https://www.youtube.com/watch?v=1jloGHV31Ow
Re: EdgeDB 2.0
#3Re: EdgeDB 2.0
#4Re: EdgeDB 2.0
#5Does EdgeDB support full text search queries?
Re: EdgeDB 2.0
#6- https://github.com/tantaman/conflict-free-sqlite
I wonder if EdgeDB provides any utilities to make this already perhaps? Or community has to build some kind of CRDT software that builds on top of EdgeDB that will do local syncing? Maybe that's planned to be tackled for 3.0?
Re: EdgeDB 2.0
#7Shameless plug of my post on the one-year experience with EdgeDB: https://divan.dev/posts/edgedb/
Re: EdgeDB 2.0
#8EdgeDB 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
Re: EdgeDB 2.0
#9Does EdgeDB support full text search queries?
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