Search
(press
s
)
Path
Path
CanonicalizeErr
fromStr
fromBytes
display
PathComponent
WindowsRoot
withExtension
Dir
list
deleteEmptyDir
deleteRecursive
Env
cwd
setCwd
exePath
var
decode
list
tempDir
File
ReadErr
WriteErr
write
writeBytes
writeUtf8
delete
readBytes
readUtf8
writeErrToStr
readErrToStr
FileMetadata
FileMetadata
bytes
isReadonly
type
mode
Http
Request
Method
Header
TimeoutConfig
Response
Err
errorBodyToBytes
defaultRequest
header
handleStringResponse
errorToString
send
get
getUtf8
methodToStr
parseFormUrlEncoded
parseMultipartFormData
Stderr
Err
line
write
Stdout
Err
line
write
Tcp
Stream
ConnectErr
StreamErr
withConnect
readUpTo
readExactly
readUntil
readLine
write
writeUtf8
connectErrToStr
streamErrToStr
Url
Url
reserve
fromStr
toStr
append
appendParam
withQuery
query
queryParams
path
hasQuery
fragment
withFragment
hasFragment
Utc
Utc
now
toIso8601Str
toMillisSinceEpoch
fromMillisSinceEpoch
toNanosSinceEpoch
fromNanosSinceEpoch
deltaAsMillis
deltaAsNanos
Sleep
millis
Command
Command
Output
new
arg
args
env
envs
clearEnvs
output
status
SQLite3
Value
Code
Error
Binding
execute
errToStr
Return to Roc packages
Documentation
SQLite3
Value
Code
Error
Binding
execute
: { path : Str, query : Str, bindings : List Binding } -> Task (List (List InternalSQL.SQLiteValue)) Error
errToStr
: Error -> Str