Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.29 KB

CONTRIBUTING.md

File metadata and controls

45 lines (32 loc) · 2.29 KB

MySQL Playground

To contribute to this Codio Project you should be familiar with Git and the GitHub workflow:

  1. Fork this Git repo.
  2. Create a new project using the project's Codio Stack.
  3. Clone your forked Git repo into your new Codio project.
  4. Make your code edits.
  5. Commit your edits to your Git repo.
  6. Merge any updates from the original Codio repo's master branch if there are any.
  7. Send a pull request to the original Codio repo's pull-requests branch.
  8. We will review your edits and either accept them or provide feedback. :)

Table of Contents for Git Projects

  1. Playground
  2. Introduction
  3. Creating
  4. Updating
  5. Deleting
  6. Constraints
  7. Aggregation

Table of Contents for Codio Units

  1. Personal Playground (not a tutorial)
  2. What is a database
  3. Creating databases and inserting data
  4. Altering existing databases and updating data
  5. Deleting databases, dropping tables and deleting data
  6. Constraints and Keys
  7. Aggregate functions

License

The MIT License (MIT)

Copyright (c) 2016 Codio

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.