hormo studio
  • Getting Started
  • Introduction
    • How it works ?
    • Create Project
    • Playground
  • Models
    • Create model
    • Properties
    • Field types
    • UI Types
    • Options
    • Validations
    • Relations
    • Built-in User model
  • Database
    • Create Database
    • Connect to model
  • Restful API
    • Playground
    • Filters
    • Access Token
  • Dashboard
    • Usage
    • Manage users
    • Change Authentication
  • Monitoring
    • List of reports
    • Watch requests
  • Documentation
    • Export generated docs
  • Deployment
  • Licence
Powered by GitBook
On this page

Was this helpful?

Database

Any back-end services need database storages and Hormo Studio has almost whole databases type driver to connect your database to your models and projects.

PreviousBuilt-in User modelNextCreate Database

Last updated 2 years ago

Was this helpful?

First of all you have to prepare your requirement database on localhost or your server and then start out to connect your database by .

For example when you want to store your data on mongodb you have to install and setup mongodb in your client and Hormo Studio not gonna handle or host your database by itself.

Hormo Studio data workflow

instruction