Skip to main content

6 docs tagged with "connection"

View all tags

Database Connections

A database connection is a set of credentials and server information used to connect to your database. All data access in Sort is facilitated through database connections you add to your Organization settings. Once added, all organization members can query the databases accessible through the database connection.

Postgres Read-only User Instructions

We've provided sample commands below to create a read-only user in Postgres. We've only provided them as a guide, please use at your own risk and ensure the user is properly tested.

Re-import your database schemas

If you've made any changes to your database schemas after adding your connection to Sort, you'll need to re-import your schemas before Sort can work with these changes.