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: 3 months 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