https://orb-framework.gitbooks.io/orb/content/api-reference/connection-types/README.md
Create your first database
Once you have created a model, you will want to be able to store and retrieve instances of that model. These are called records. A record in the database is just a single instance of a model class. Before we can do that tho, we will need somewhere to store it to.
To do that, we need to define a new database. For a list of supported databases, take a look at the connection types page.
https://orb-framework.gitbooks.io/orb/content/api-reference/connection-types/README.md
Create your first database
Once you have created a model, you will want to be able to store and retrieve instances of that model. These are called records. A record in the database is just a single instance of a model class. Before we can do that tho, we will need somewhere to store it to.
To do that, we need to define a new database. For a list of supported databases, take a look at the connection types page.