Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/mao
Mao Ain't an ORM.
https://github.com/noblesamurai/mao
Last synced: about 1 month ago
JSON representation
Mao Ain't an ORM.
- Host: GitHub
- URL: https://github.com/noblesamurai/mao
- Owner: noblesamurai
- Created: 2015-11-27T03:10:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T03:54:52.000Z (about 9 years ago)
- Last Synced: 2023-03-11T05:29:47.890Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mao [![Build Status](https://secure.travis-ci.org/kivikakk/mao.png)](http://travis-ci.org/kivikakk/mao) [![Dependency Status](https://gemnasium.com/kivikakk/mao.png)](https://gemnasium.com/kivikakk/mao)
**Mao Ain't an ORM.**
## mission/tenets
1. From the code you have written, it should be sufficiently declarative and
map sufficiently predictably to SQL that you can predict the SQL produced.## documentation
RDoc is available online at
[rubydoc.info](http://rubydoc.info/gems/mao/0.0.7/frames), or you can try your
luck with `rake rdoc`.## releasing
1. Bump `lib/mao/version.rb` as appropriate.
2. Commit same.
3. `rake release`## authorship
* [Timothy Leslie Allen](https://github.com/timothyleslieallen).
* [Yuki Izumi](https://github.com/kivikakk).## copyright and licensing
TBD.