Skip to content

slowly writing an OCaml driver for MongoDB

Notifications You must be signed in to change notification settings

qnix/caml_mongo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

author: Kiyoto Tamura <[email protected]>

I am slowly writing an OCaml driver for MongoDB, mainly as
a learning experience. Any feedback is appreciated, and the
code is in the Public Domain.

Right now, all I have is a bson de/serializer and a simple
implementation of the Mongo Wire Protocol. The next logical
step is to write a reasonabl interface so that the user can
interact with the database without worrying about the
underlying protocol. Also, I should add a test suite.

About

slowly writing an OCaml driver for MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published