Skip to content

Commit

Permalink
Merge pull request #788 from ocsigen/ocsip
Browse files Browse the repository at this point in the history
Distillery template: make sqlite the default backend
  • Loading branch information
vouillon committed Mar 14, 2024
2 parents 30c74d0 + d90b65b commit dcd9900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Basic client-server distillery template: sqlite is now the default backend

===== 10.3.1 (2024-02-21) =====
* Fixing Problem with browser navigation https://github.com/ocsigen/eliom/issues/781

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
<extension findlib-package="ocsigenserver.ext.cors"/>
<commandpipe>%%CMDPIPE%%</commandpipe>
<extension findlib-package="ocsigenserver.ext.staticmod"/>
<!--
<extension findlib-package="ocsipersist.dbm">
<!-- delayloading val="true"/ -->
<store dir="%%DATADIR%%"/>
<ocsidbm name="ocsidbm"/>
</extension>
<!--
-->
<extension findlib-package="ocsipersist.sqlite">
<database file="%%DATADIR%%/ocsidb"/>
</extension>
-->
<!--
<extension findlib-package="ocsipersist.pgsql">
<database
Expand Down

0 comments on commit dcd9900

Please sign in to comment.