Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Create your first database' Documentation - 'connection types' link Err = 'File not found' #22

Open
sndsgn opened this issue Apr 22, 2016 · 0 comments

Comments

@sndsgn
Copy link
Collaborator

sndsgn commented Apr 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant