Jan Prochazka
Jan Prochazka
I would like do do this Now I use package wellknown for parsing text geometry, this works well, but doesn't support binary data There is package wkx, which could do...
dbgate data-grid is now data-type-agnostic, what you write down is exactly saved to DB. However, it could handle hexadecimal blob data, which are used for types bit(1). You could save...
I understand. Probably you are right, the data grid should know about column data type, I will consider it into next versions. But in this moment, you could save value...
Thanks for tip... Current DB addition plan looks like: 1. SQLite 2. Oracle 3. ClickHouse
Hi, thanks for your feedback. Why do you need to add sslmode=require prameter? It seems, that problem is with self signed certificate, does it work without this parameter? What error...
I have tested it now agains heroku postgres database. It worked for me, I filled credentials on General page and than only I checked checkbox "Use SSL" on SSL tab...
Thanks for error report. I have already seen some reports of this error from users with new installed computers with Windows. I will need more time to investigate this, as...
@ppczouz Could you please try newest BETA 4.3.4-beta.2 https://github.com/dbgate/dbgate/releases/tag/v4.3.4-beta.2 ? It should contain fix of this problem
Yes, DbGate is designed with separated server & client. You could use web version, docker container with DbGate could be installed close to database, client is simply web browser. https://hub.docker.com/r/dbgate/dbgate...
I don't have any experiences with AWS Lambda functions. So any feedback on whether this works with DbGate is welcome. Probably the AWS handler must be implemented to make this...