Skip to content

Commit

Permalink
Merge pull request makersacademy#1806 from makersacademy/leoht-patch-1
Browse files Browse the repository at this point in the history
Remove datamapper and update link in chitter README
  • Loading branch information
leoht authored Aug 20, 2021
2 parents 3a0174c + ee9dcc5 commit 680d961
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,12 @@ In this unit, you integrated a database into Bookmark Manager using the `PG` gem
If you'd like more technical challenge now, try using an [Object Relational Mapper](https://en.wikipedia.org/wiki/Object-relational_mapping) as the database interface.

Some useful resources:
**DataMapper**
- [Datamapper wiki](https://en.wikipedia.org/wiki/DataMapper)
- [Sinatra, PostgreSQL & DataMapper recipe](https://github.com/sinatra/sinatra-recipes/blob/master/databases/postgresql-datamapper.md)

**Ruby Object Mapper**
- [ROM](https://rom-rb.org/)

**ActiveRecord**
- [ActiveRecord ORM](https://guides.rubyonrails.org/active_record_basics.html)
- [Sinatra, PostgreSQL & ActiveRecord recipe](http://recipes.sinatrarb.com/p/databases/postgresql-activerecord?#article)
- [Sinatra & ActiveRecord setup](https://learn.co/lessons/sinatra-activerecord-setup)

Notes on functionality:
------
Expand Down

0 comments on commit 680d961

Please sign in to comment.