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
I'm trying to use TQL in my simple project for learning this library. When trying to compile I get the error message below. Do I need a separate install of sqlite3.lib or is it built during compilation as among the internal dependencies of TQL?
It works! Thank you for pointing me to the right direction. Your library is quite promising compared to many other Rust ORM out there. It shields one from intricacies of mixing up SQL and Rust code. it also has simplicity of use.
I'm trying to use TQL in my simple project for learning this library. When trying to compile I get the error message below. Do I need a separate install of sqlite3.lib or is it built during compilation as among the internal dependencies of TQL?
The text was updated successfully, but these errors were encountered: