Using PostgreSQL Extensions with Atlas
To include a PostgreSQL extension in your schema, there are a few configurations to be made to ensure the extension is properly applied.
To include a PostgreSQL extension in your schema, there are a few configurations to be made to ensure the extension is properly applied.
How to test PostgreSQL Row-Level Security (RLS) policies using Atlas.
Applications often rely on a static dataset to pre-exist in the database in order to function. Examples for such datasets include user roles, country names, or product categories.
The process of populating the database with this initial data is called "seeding". This guide will show you how to seed your database using Atlas.
How to use a database URL that contains a password with special characters such as @
or #
?