Getting Started
This plugin provides a comprehensive database solution for your application using prisma and postgres.
These templates provide a solid foundation for building your application's database, with pre-configured settings and libraries to help you get started quickly.
Installation
To add database into your gluestack project, you can run the following command in project's root directory:
node glue add glue-plugin-database <instance-name>
For instance, let's install an instance named database in our gluestack project:
node glue add glue-plugin-database database
It will ask for database username, password and database name.
CLI
node glue add glue-plugin-database <instance-name>
Plugin Dependencies
Below is the list of all the plugins the glue-plugin-database relies on. This information will help you ensure that your project has all the necessary dependencies installed to use the plugin.