Closed Nymphium closed 3 years ago
I've got type errors with code in current README using v1.1.4. This PR fixes invalid field access, such as Mariadb.connect and and function applications such missing () to functions with optional parameters.
Mariadb.connect
()
Thanks.
I've got type errors with code in current README using v1.1.4. This PR fixes invalid field access, such as
Mariadb.connect
and and function applications such missing()
to functions with optional parameters.