Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rom-rb/rom-sql
SQL support for rom-rb
https://github.com/rom-rb/rom-sql
adapter data-mapping mariadb mssql mysql oracle postgresql rom-rb ruby rubygem sql sqlite sqlite3
Last synced: 23 days ago
JSON representation
SQL support for rom-rb
- Host: GitHub
- URL: https://github.com/rom-rb/rom-sql
- Owner: rom-rb
- License: mit
- Created: 2014-11-12T19:57:49.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T00:24:48.000Z (4 months ago)
- Last Synced: 2024-09-29T14:04:52.128Z (about 1 month ago)
- Topics: adapter, data-mapping, mariadb, mssql, mysql, oracle, postgresql, rom-rb, ruby, rubygem, sql, sqlite, sqlite3
- Language: Ruby
- Homepage: https://rom-rb.org
- Size: 2.67 MB
- Stars: 217
- Watchers: 27
- Forks: 93
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/rom-sql
[actions]: https://github.com/rom-rb/rom-sql/actions
[codacy]: https://www.codacy.com/gh/rom-rb/rom-sql
[chat]: https://rom-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/rom-rb/rom-sql# rom-sql [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-%23346b7a.svg)][chat]
[![Gem Version](https://badge.fury.io/rb/rom-sql.svg)][gem]
[![CI Status](https://github.com/rom-rb/rom-sql/workflows/ci/badge.svg)][actions]
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8e2cbaf78af44185876c8fa41540d7ea)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/8e2cbaf78af44185876c8fa41540d7ea)][codacy]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-sql.svg?branch=main)][inchpages]## Links
* [User documentation](http://rom-rb.org/learn/sql)
* [API documentation](http://rubydoc.info/gems/rom-sql)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI >= `2.5`
* jruby >= `9.2`## License
See `LICENSE` file.