-
Notifications
You must be signed in to change notification settings - Fork 9
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
Updated database docs and cheatsheet #293
Conversation
docs/docs/project/database.md
Outdated
- The name of the class | ||
- A description (optional) | ||
- A schema | ||
> To make use of the database you need to know what is the socket. If you don't know click [here](/getting-started/sockets) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's use "Socket" with capital letter everywhere
docs/docs/project/database.md
Outdated
|
||
**Data Classes** are templates for data objects you want to store on Syncano. In order to be able to [add Data Objects], you have to define a **Data Class** for that type of data object. To [create a Data Class] you have to provide: | ||
# Defining |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe more descriptive e.g. "Defining data classes" ?
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
=======================================
Coverage 38.47% 38.47%
=======================================
Files 88 88
Lines 2773 2773
Branches 6 6
=======================================
Hits 1067 1067
Misses 1706 1706 |
Both changes done. |
No description provided.