Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorm-orm/rorm
A multi-language ORM written in pure rust.
https://github.com/rorm-orm/rorm
database mariadb mysql orm postgresql rust sql sqlite
Last synced: 3 days ago
JSON representation
A multi-language ORM written in pure rust.
- Host: GitHub
- URL: https://github.com/rorm-orm/rorm
- Owner: rorm-orm
- License: mit
- Created: 2022-06-21T00:07:37.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-12T17:48:17.000Z (15 days ago)
- Last Synced: 2025-01-17T06:06:17.667Z (10 days ago)
- Topics: database, mariadb, mysql, orm, postgresql, rust, sql, sqlite
- Language: Rust
- Homepage: https://rorm.rs
- Size: 1.89 MB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# rorm
[![License](https://img.shields.io/github/license/rorm-orm/rorm?label=License&color=blue)](https://github.com/rorm-orm/rorm/blob/dev/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/rorm?label=Crates.io)](https://crates.io/crates/rorm)
[![Docs](https://img.shields.io/docsrs/rorm?label=Docs)](https://docs.rs/rorm/latest/rorm/)
[![Linux Build](https://img.shields.io/github/actions/workflow/status/rorm-orm/rorm/linux.yml?branch=dev&label=Linux%20CI)](https://github.com/rorm-orm/rorm/actions/workflows/linux.yml)
[![Windows Build](https://img.shields.io/github/actions/workflow/status/rorm-orm/rorm/windows.yml?branch=dev&label=Windows%20CI)](https://github.com/rorm-orm/rorm/actions/workflows/windows.yml)
[![Windows Build](https://img.shields.io/github/actions/workflow/status/rorm-orm/rorm/macos.yml?branch=dev&label=MacOS%20CI)](https://github.com/rorm-orm/rorm/actions/workflows/macos.yml)`rorm` is an ORM (Object Relation Mapper) written in Rust.
The following databases are currently supported:
- SQLite 3
- MariaDB 10.5 - 10.9
- Postgres 11 - 15## Documentation
Take a look at [rorm-orm/docs](https://github.com/rorm-orm/docs) or just use the
deployed documentation: [rorm.rs](https://rorm.rs).## Contribution
Before contribution, see the [development guidelines](https://rorm.rs/developer/guidelines).
## Contact
You want to discuss something? Get in touch with us in our Matrix
room [#rorm](https://matrix.to/#/#rorm:matrix.hopfenspace.org).