package ocsipersist-pgsql
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Persistent key/value storage for OCaml using PostgreSQL
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.0.tar.gz
md5=aeeadfa74be3f18707cd84f091993b7b
sha512=953fb75e392c2bb2dacbbff0221c3be28fdc61ec0ca6073fe21346fc037b8bfbc5233a51cfa2304d67e39d6484628f8a2d3152472ef60943fa27aa72ed4044df
doc/src/ocsipersist-pgsql.settings/ocsipersist_settings.ml.html
Source file ocsipersist_settings.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14let host = ref None let port = ref None let user = ref None let password = ref None let database = ref "ocsipersist" let unix_domain_socket_dir = ref None let size_conn_pool = ref 16 let set_host (s : string) = host := Some s let set_port (s : int) = port := Some s let set_user (s : string) = user := Some s let set_password (s : string) = password := Some s let set_database (s : string) = database := s let set_unix_domain_socket_dir (s : string) = unix_domain_socket_dir := Some s let set_connexion_pool_size (s : int) = size_conn_pool := s
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>