You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2023. It is now read-only.
A new type safe api has landed in master and will be introduced in version 5.0.0. Instead of dealing with maps it provides DbRow and typed DbRecord objects.
Note: the original api will still work, backward compatibility is guarantied. The example has been updated to use this api. Feel free to post what you think about this
A new type safe api has landed in master and will be introduced in version 5.0.0. Instead of dealing with maps it provides DbRow and typed DbRecord objects.
Note: the original api will still work, backward compatibility is guarantied. The example has been updated to use this api. Feel free to post what you think about this
Type safe api
Create a schema:
Initialize a database:
Insert
Select
The text was updated successfully, but these errors were encountered: