mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Added ORMs
This commit is contained in:
parent
25165d26b2
commit
cbe9c5c53a
1 changed files with 7 additions and 1 deletions
|
@ -157,8 +157,14 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
|
||||
* Relational Databases
|
||||
|
||||
* [ActiveRecord](https://www.ruby-toolbox.com/projects/activerecord) - Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes
|
||||
* [DataMapper](http://datamapper.org/) - DataMapper is an Object Relational Mapper written in Ruby. The goal is to create an ORM which is fast, thread-safe and feature rich.
|
||||
* [Sequel](http://sequel.jeremyevans.net/) - The Database Toolkit for Ruby
|
||||
|
||||
* NoSQL Databases
|
||||
|
||||
* [Mongoid](http://mongoid.org) - Mongoid (pronounced mann-goyd) is an Object-Document-Mapper (ODM) for MongoDB written in Ruby.
|
||||
|
||||
## Web Frameworks
|
||||
|
||||
*Web development frameworks.*
|
||||
|
@ -382,7 +388,7 @@ Where to discover new Ruby libraries.
|
|||
|
||||
* [The Ruby Toolbox](https://www.ruby-toolbox.com/)
|
||||
* [RubyGems](https://www.rubygems.org)
|
||||
|
||||
|
||||
## Websites
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue