package ocsipersist-sqlite
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Persistent key/value storage for OCaml using SQLite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      2.0.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=b96e2fa070038fc9ffa9ab7551ed5637
    
    
  sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84
    
    
  doc/index.html
ocsipersist-sqlite
SQLite backend for Ocsipersist. For the API documentation see OPAM package ocsipersist. This page describes how to configure the SQLite backend.
Using as a library
If you are not using Ocsigen Server's configuration file, add library ocsipersist-sqlite.settings in your Dune file, and use module Ocsipersist_settings to configure the storage file.
Using with Ocsigen Server: ocsipersist-sqlite-config
If you want to configure Ocsipersist-sqlite from Ocsigen Server's configuration file, use package ocsipersist-sqlite-config.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page