package postgresql
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
sha256=fef55e50fbabca496f35af2c3145972b7df761109c8c6e89a56c2c80ac9be9c0
    
    
  md5=712a96fe304e2bee2a0faeb54ede6653
    
    
  Description
Postgresql offers library functions for accessing PostgreSQL databases.
Published: 09 Jul 2018
README
PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
What is PostgreSQL-OCaml?
This OCaml-library provides an interface to PostgreSQL, an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries.
Usage
The OCaml-API in file lib/postgresql.mli is well-documented and can be built as HTML with make doc. The API-documentation can also be found online.
More detailed information on how to interact with PostgreSQL is available in the PostgreSQL-documentation. The OCaml-examples in the examples-directory are mostly very short and comprehensible and therefore a good way to get started.
Contact Information and Contributing
Please submit bugs reports, feature requests, contributions and similar to the GitHub issue tracker.
Up-to-date information is available at: https://mmottl.github.io/postgresql-ocaml
Dependencies (6)
- 
  
    jbuilder
  
  
    >= "1.0+beta10"
- 
  
    configurator
  
  
    build
- 
  
    stdio
  
  
    build
- 
  
    base
  
  
    build & < "v0.17"
- base-bytes
- 
  
    ocaml
  
  
    >= "4.04"
Dev Dependencies
None
Used by (4)
Conflicts
None