Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tategakibunko/ocorm
helper functor module to map some table rows into other object like json.
https://github.com/tategakibunko/ocorm
ocaml orm
Last synced: 1 day ago
JSON representation
helper functor module to map some table rows into other object like json.
- Host: GitHub
- URL: https://github.com/tategakibunko/ocorm
- Owner: tategakibunko
- License: mit
- Created: 2013-09-30T11:33:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T04:48:43.000Z (almost 8 years ago)
- Last Synced: 2023-03-22T16:57:05.473Z (over 1 year ago)
- Topics: ocaml, orm
- Language: OCaml
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# Ocorm
## About
Ocorm is functor module library to create module that can convert table rows((string, string) list list) into some user defined object(like json).
## Install
- make
- sudo make install## Usage
see examples directory