mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2025-02-17 15:35:26 -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
|
* 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
|
* NoSQL Databases
|
||||||
|
|
||||||
|
* [Mongoid](http://mongoid.org) - Mongoid (pronounced mann-goyd) is an Object-Document-Mapper (ODM) for MongoDB written in Ruby.
|
||||||
|
|
||||||
## Web Frameworks
|
## Web Frameworks
|
||||||
|
|
||||||
*Web development frameworks.*
|
*Web development frameworks.*
|
||||||
|
|
Loading…
Add table
Reference in a new issue