yoga-sqlite-om


Install
psc-package install yoga-sqlite-om

Documentation

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