[sr-dev] [kamailio/kamailio] SQLOPS Module (Issue #2950)

Daniel-Constantin Mierla notifications at github.com
Tue Nov 23 12:17:58 CET 2021


The way database connector modules are designed require the database name to be provided as part of db connection url. There is a generic API that makes it possible to switch from mysql, to postgress, to sqlite or mongodb without changes in modules. sqlops also relies on this internal DB API, although it targets the use with SQL backends.

In other words, making it specific to a use case of SQL proxy may require consistent change of code. Maybe you can leverage here a KEMI module and use extensions of Lua/Python/... to do the connections and queries you want in the script.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2950#issuecomment-976415439
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20211123/15b2f4eb/attachment.htm>


More information about the sr-dev mailing list