C# support #43
-
|
I was wondering if y'all had support for C# and how one would go about accessing tables within databases. Do I need to add the database name and table name as ".Example.db.Table" to the end of the connection string? |
Beta Was this translation helpful? Give feedback.
Answered by
SulfuricAcidH2SO4
Sep 26, 2024
Replies: 1 comment
-
|
You could just write your own REST client using Weblite and interact with your database via direct http requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gioee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could just write your own REST client using Weblite and interact with your database via direct http requests.