You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could also be useful for unit testing, instead of running a full Postgresql server. Maybe. There are of course major advantages to just running real postgresql for unit testing, since it better reflects production.
Pglite could possibly be of interest as well for an even simpler and more lightweight version of cocalc. E.g., imagine cocalc-docker but without having to run a separate postgresql at all. This would be significantly easier to run outside of docker as an electron app (say).
The text was updated successfully, but these errors were encountered:
See https://github.com/electric-sql/pglite
This could also be useful for unit testing, instead of running a full Postgresql server. Maybe. There are of course major advantages to just running real postgresql for unit testing, since it better reflects production.
Pglite could possibly be of interest as well for an even simpler and more lightweight version of cocalc. E.g., imagine cocalc-docker but without having to run a separate postgresql at all. This would be significantly easier to run outside of docker as an electron app (say).
The text was updated successfully, but these errors were encountered: