Mark Burggraf

Results 78 comments of Mark Burggraf

According to @jgoux, this is already possible using https://www.npmjs.com/package/embedded-postgres, which wraps https://github.com/zonkyio/embedded-postgres-binaries.

This is designed to make sense of the networking component, which is pretty confusing to most people. ![pg-browser-diagram](https://user-images.githubusercontent.com/225717/191800077-68b0a5a0-2069-42d6-bc4d-1b580d55730e.png) [pg-browser-drawing.excalidraw.zip](https://github.com/snaplet/postgres-browser/files/9627650/pg-browser-drawing.excalidraw.zip)

Can you share your code for this?

Let us know if that performs better. Thanks!

I just verified this occurs with the DECIMAL data type as well. I'll do some more experiments with it.

As an alternative, is there a way to open connections to 2 databases at once and query between them, such as: \c db1 \c db2 select * from db1.table into...

LOL, I just tried `cast(price as text)` and that worked as well.

And even though I'm casting them as TEXT they still go into the database as numeric. That works, it's just not what I'd expect.

This is pretty awesome news. Is there an upgrade path to go from the [Sidemenu Demo](https://github.com/Tommertom/svelte-ionic-sidemenu-demo) to the new `npm package ionic-svelte`?

I'll give this a try on a test repo tomorrow and let you know how it goes. Where is that script that replaces the components?