Module
Yoga.ScyllaDB.Om
- Package
- purescript-yoga-scylladb-om
- Repository
- rowtype-yoga/purescript-yoga-scylladb-om
#execute Source
execute :: forall @a ctx err. ReadForeign a => CQL -> Array Foreign -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)Execute query and parse rows using yoga-json's ReadForeign (DEFAULT) Throws parse errors to the Om exception channel
#executeWithOptions Source
executeWithOptions :: forall @a ctx err opts opts_. ReadForeign a => Union opts opts_ ExecuteOptionsImpl => CQL -> Array Foreign -> Record opts -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)Execute query with options and parse rows using yoga-json's ReadForeign Throws parse errors to the Om exception channel
#batch Source
batch :: forall @a ctx err. ReadForeign a => Array BatchQuery -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)#batchWithOptions Source
batchWithOptions :: forall @a ctx err opts opts_. ReadForeign a => Union opts opts_ BatchOptionsImpl => Array BatchQuery -> Record opts -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)#stream Source
stream :: forall @a ctx err. ReadForeign a => CQL -> Array Foreign -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)#executePrepared Source
executePrepared :: forall @a ctx err. ReadForeign a => PreparedStatement -> Array Foreign -> Client -> Om ctx (parseError :: MultipleErrors | err) (Array a)Re-exports from Yoga.ScyllaDB.ScyllaDB
#PreparedStatement Source
data PreparedStatement