moonbit-community/postgres/protocol does not have a README file
type Lsn = UInt64type Oid = UIntpub struct ByteReader {
buf : BytesView
idx : Int
}pub(all) enum IsNull {
Yes
No
}fn i32_from_u32(value : UInt) -> Intfn write_nullable(serializer : (Buffer) -> IsNull raise ProtocolError, buf : Buffer) -> Unit raise ProtocolErrorInstall
Download zipA secure, easy-to-use PostgreSQL client library for MoonBit with an included connection pool.
Dependencies