Skip to content

rowtype-yoga/purescript-yoga-sqlite-om

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoga-sqlite-om

Om-wrapped SQLite operations for PureScript.

Installation

spago install yoga-sqlite-om yoga-om-core yoga-om-layer

Usage

import Yoga.SQLite.OmLayer as SQLiteLayer
import Yoga.Om (runOm)

main = launchAff_ do
  runOm (SQLiteLayer.live { path: ":memory:" }) do
    -- Use SQLite operations with implicit connection from environment
    pure unit

See yoga-sqlite for raw bindings.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published