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
Fair point. I'd suggest the simplest example is the Bedrock::DB plugin, which is really just a single .h/cpp file pair. Don't get much more simple than that!
As for compiling it, it does require creating a shared library, and I'm not sure if we have any good examples here. @tylerkaraszewski can you provide some guidance here?
What would really help are a couple of examples on how to write (and compile and load) a plugin that defines a sqllite stored procedure or function.
If you currently use a couple of mySQL "CREATE FUNCTION ..." procedures a "simple database conversion" won't get you there.
The text was updated successfully, but these errors were encountered: