Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/rails-demo-one-to-many-db
Demonstration of the one-to-main database relationship using ruby on rails.
https://github.com/ratracegrad/rails-demo-one-to-many-db
Last synced: about 2 months ago
JSON representation
Demonstration of the one-to-main database relationship using ruby on rails.
- Host: GitHub
- URL: https://github.com/ratracegrad/rails-demo-one-to-many-db
- Owner: ratracegrad
- Created: 2016-01-02T23:30:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T16:02:16.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T12:06:32.743Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 22.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstration of the one-to-many relationship in databases in Ruby on Rails
> When using databases there are three ways that different tables can be connected they are:
1. One to one
2. One to many
3. Many to many## Installation
```
git clone github.com/ratracegrad/rails-demo-one-to-many-db
cd to directory
npm install
```## Requirements
- ruby
- rails
- PostgresSql database