Package

purescript-yoga-sqlite-om

Repository
rowtype-yoga/purescript-yoga-sqlite-om
License
MIT
Uploaded by
pacchettibotti
Published on
2026-02-17T00:36:38Z

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

Modules
Yoga.SQLite.OmLayer
Dependencies