Database Connection and Query #996
-
Hi, how can i connect my bot to the database and do queries with this API? Are there some method? |
Beta Was this translation helpful? Give feedback.
Answered by
NaveenB2004
Dec 29, 2022
Replies: 1 comment
-
Hello! There is no method to do queries with this API. You need to connect your database via Hope this will help you! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rubenlagus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
There is no method to do queries with this API. You need to connect your database via
JDBC (Java™ database connectivity)
to your application. Then you can read and write data as usual.Hope this will help you!