description |
---|
Connecting your database to Jet Admin. |
We support direct connection to various databases, as well as connections to 3rd party database services.
To connect a database with Jet Admin, choose a database from the list of available integrations:
- Jet Tables (PostgreSQL hosted in Jet Admin Cloud)
- PostgreSQL
- MySQL
- Microsoft SQL
- MariaDB
- SQLite (Instant Connection unavaliable)
- Oracle
- AlloyDB
- Supabase
- Airtable
- Google Sheets
- Firebase
- Xano
- BigQuery
- Snowflake
- SmartSuite
- Microsoft SQL
- Amazon Redshift
After choosing a database, you'll need to choose set up method.
{% hint style="info" %} Set up methods may vary depending on database you choose. {% endhint %}
Use instant cloud installation to connect Jet Admin with your public database directly (you won't be able to connect to localhost databases).
We also provide Jet Bridge to manage data in case you want to add an extra layer of security for your sensitive data. It will connect to your database and link Jet Admin with your project. It will work even with your application on localhost. Use Docker or Python Installation to deploy Jet Bridge.
{% content-ref url="instant-cloud.md" %} instant-cloud.md {% endcontent-ref %}
{% content-ref url="docker-installation.md" %} docker-installation.md {% endcontent-ref %}
{% content-ref url="python-app-installation.md" %} python-app-installation.md {% endcontent-ref %}
An example of database deployment on Heroku and further Instant method integration.
{% content-ref url="../../../jet-bridge-deployment/database-heroku-deployment.md" %} database-heroku-deployment.md {% endcontent-ref %}
You can use SHH to safely integrate with databases in Jet Admin, if databases support it. Simply enable the toggle here and paste the credentials:
Using Database integration you can make simple or SQL queries to your database to select the data and use it as virtual tables:
{% content-ref url="../../data/make-a-sql-query.md" %} make-a-sql-query.md {% endcontent-ref %}