Replies: 1 comment 1 reply
-
Hi, @Wombat45 - I tried keeping specification of the connection strings for grate as equal as what the underlying database connection provider expects. I don't know which environment you are running PostgreSQL in, etc. For finding connection strings for databases I don't use a lot, I often refer to https://www.connectionstrings.com/ myself. From grate, we are using Npgsql to connect to PostgreSQL, so specifically for PostgresSQL, the options for connection strings should be explained here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup grate with a simple local Postgres db but am having trouble with the connection string I'm passing to grate. I think it would be helpful to include working examples in the docs.
I'm also curious what are the required and optional connstring args. Other than "Server" and "Database" I'm not sure what is expected. There are other tools like Teleport that can handle secure access to databases. It would be interesting to see what the connection string args are so that we could find out if grate supports teleport and tbot for authentication to the db.
Beta Was this translation helpful? Give feedback.
All reactions