SQL Databases

Manage your microservice database using your existing SQL Database

Connection

With Grizzly API you can easily create your microservice database with connecting to your existing SQL Database which can be :

  • PostgreSQL Database
  • MariaDB Database
  • Mysql Database
  • SQL Server Database

In this example , we will connect and import a PostgreSQL Database which is hosted on AWS RDS !

elastichsearch

The connection process is the same for all the providers !

Manage Tables

After the connection to the database , you can easily start to create new tables and manage efficiently your data using this form on which you can add columns , indexes and constraints between tables in few seconds

elastichsearch

And finally , you can have an overview of your tables and the delete option respecting the constraints of course using this table of details

elastichsearch