PGlite – Embeddable Postgres
pglite.dev
PGlite – Embeddable Postgres
1–10 of 118 posts
Re: PGlite – Embeddable Postgres
#2Re: PGlite – Embeddable Postgres
#3Re: PGlite – Embeddable Postgres
#4Re: PGlite – Embeddable Postgres
#5Re: PGlite – Embeddable Postgres
#6Is there a way to compile this as a native library? I imagine some of the work should be reusable.
Re: PGlite – Embeddable Postgres
#7It's cool that this is possible, is this just for fun or are there good use-cases for this?
Re: PGlite – Embeddable Postgres
#8It's cool that this is possible, is this just for fun or are there good use-cases for this?
Hmm single user website run as HTML from some folder? I guess you could embed this from s3 for multiple users but probably this would be like running multiple engines from the same dir.
Why not just sqlite then?
Re: PGlite – Embeddable Postgres
#9Everyone is trying to copy DuckDB at this point
Re: PGlite – Embeddable Postgres
#10Embeddable (into JS et al)
Ofcourse, that ignores the fact that for many of these languages there are existing libraries and drivers to connect to databases that would not work with this embedded one, but still.