Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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