package ocsipersist-sqlite
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Persistent key/value storage (for Ocsigen) using SQLite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=d07413b0b7802b88e7bf7d52d141a48d
    
    
  sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0
    
    
  Description
This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library.
Published: 19 Oct 2021
Dependencies (7)
- sqlite3
 - 
  
    ocsipersist-lib
  
  
    
>= "1.0.0" & < "1.1.0" - 
  
    ocsigenserver
  
  
    
>= "3.0.0" - xml-light
 - lwt_log
 - 
  
    lwt
  
  
    
>= "4.2.0" - 
  
    dune
  
  
    
>= "2.9" 
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page