You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: