-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Reason support #20
Comments
One barrier is that I have quite a lot of random junk in |
There is native Belt packaged by Jared: https://github.com/jaredly/belt besides that the biggest issue would be bs-json and replacing random usage of Js module |
This would be pretty awesome indeed ! |
btw @baransu is there a reasonml sqlite3 binding somewhere ? |
https://github.com/paurkedal/ocaml-caqti seems to support sqlite3 |
Thanks for the link @baransu ! |
That native Belt library could be super useful :) |
TableCloth might be an interesting avenue as well. |
As described in the documentation, this library currently is built with BuckleScript in mind. I'm exploring native Reason database libraries and this seams as a perfect fit as most of the
abstract
are not tight to BuckleScript besidesBelt.
andJs.
modules. It should be fairly easy to extract into shared package (https://tech.ahrefs.com/how-to-write-a-library-for-bucklescript-and-native-22f45e5e946d).The text was updated successfully, but these errors were encountered: