outerbase / sdk

Typescript ORM and automated model generation direct from your database schema. Supports Outerbase features for saved queries & AI.
https://outerbase.com
MIT License
12 stars 5 forks source link

Typescript strict #23

Closed caleb-mabry closed 5 months ago

caleb-mabry commented 5 months ago

Most of the errors were for the helper functions. I've added the typing to them, some using any. Will likely create some unit tests after this just to bolster the repository and add extra validation for our types.

Resolves https://github.com/outerbase/sdk/issues/16

Brayden commented 5 months ago

LGTM!