Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brown131/racquel
An Object/Relational Mapper for Racket
https://github.com/brown131/racquel
Last synced: 3 months ago
JSON representation
An Object/Relational Mapper for Racket
- Host: GitHub
- URL: https://github.com/brown131/racquel
- Owner: brown131
- License: apache-2.0
- Created: 2013-09-15T22:35:08.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T09:14:58.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T04:05:53.146Z (6 months ago)
- Language: Racket
- Homepage:
- Size: 1.39 MB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-racket - racquel - Racquel is an object/relational mapper for Racket. (Database Drivers)
README
## racquel - An Object/Relational Mapper for Racket
Racquel is an object/relational mapper (ORM) for Racket. Its features include both manual and automatic
generation of object mappings, an S-expression query language, and JSON and XML serialization. This
supports MySQL, PostgreSQL, SQLite, SQL Server, Oracle, and DB/2 databases.See the [Racquel documentation](http://pkg-build.racket-lang.org/doc/racquel/index.html)
for further details.This repository is also available as a [Racket Package](http://pkgs.racket-lang.org).