fix counter
parent
3161a85736
commit
3368866fc3
|
@ -32,7 +32,7 @@ M: counter-app init-session* drop 0 count sset ;
|
|||
! Deployment example
|
||||
USING: db.sqlite furnace.alloy namespaces ;
|
||||
|
||||
: counter-db ( -- params db ) "counter.db" sqlite-db ;
|
||||
: counter-db ( -- db ) "counter.db" <sqlite-db> ;
|
||||
|
||||
: run-counter ( -- )
|
||||
<counter-app>
|
||||
|
|
Loading…
Reference in New Issue