hey guys, I'm felipe, creator of pgserve
first of all thanks for using it. We made it to facilitate using a proper db on TS genai applications (including tauri/electron), glad to see it serving a purpuse elsewhere.
just a quick headup about a breaking change coming up, where we optimized for speed and security mainly, where signed apps (you can self sign) will provide proper isolation / roles, to avoid having agents dropping our databases or creating problems with data being available at ease (postgres:postgres).
Althought sqlite doesnt have security either, we decided to take this a little bit more seriously for production edge cases we have.
ill update this issue with doc reference on how to migrate. alternatively, you can pin the version to the version at your convenience.
cheers.
hey guys, I'm felipe, creator of pgserve
first of all thanks for using it. We made it to facilitate using a proper db on TS genai applications (including tauri/electron), glad to see it serving a purpuse elsewhere.
just a quick headup about a breaking change coming up, where we optimized for speed and security mainly, where signed apps (you can self sign) will provide proper isolation / roles, to avoid having agents dropping our databases or creating problems with data being available at ease (postgres:postgres).
Althought sqlite doesnt have security either, we decided to take this a little bit more seriously for production edge cases we have.
ill update this issue with doc reference on how to migrate. alternatively, you can pin the version to the version at your convenience.
cheers.