edgedb / edgedb-net

The official .NET client library for EdgeDB
https://edgedb.com
Apache License 2.0
83 stars 9 forks source link

Is it possible to embed this database? #14

Closed SKProCH closed 1 year ago

SKProCH commented 1 year ago

I was looking for embedded database (like SQLite or LiteDB). I don't want to install a database core (cluster or something) to target machine.

Is is possible to use EdgeDB in "portable" mode?

quinchs commented 1 year ago

I don't believe theres a portable mode. It's probably best to ask on the main repository.

The closest thing I can recommend is projects which is linked to a EdgeDB instance.

SKProCH commented 1 year ago

Ok, thanks