Integrations
Built-ins
SQLify provides some built-in integration. Authentification is managed for you and a predefine database schema is provided.
Custom
A built-in integration is simply an SQLify database setup with the credentials, schema, etc...
You can check out the initialization script of all integration databases in the db settings.
You can achieve the same for any API using CREATE CREDENTIALS, CREATE SCHEMA, etc...