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