Skip to content

how feasible is to use EdgeDB as a replacement for SQLite? #2589

Answered by 1st1
shackra asked this question in Q&A
Discussion options

You must be logged in to vote

Just wondering this, how feasible is to "deploy" a EdgeDB server locally to use as if it were SQLite?

The footprint of EdgeDB is going to be a lot bigger than of SQLite. The latter is purposefully built to be embeddable in applications. It should be possible to do with EdgeDB too, just going to be a bit more complicated.

I noticed that this project is mostly Python and a little of Rust, and for Python you usually want the Python interpreter available when you intend to run a Python project.

All EdgeDB packages bundle their own Python interpreter, we never depend on the system Python. So at least this point shouldn't be a concern!

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@shackra
Comment options

@1st1
Comment options

1st1 Jun 15, 2021
Maintainer

Answer selected by shackra
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants