shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Can you use a SQL Lite data base from a DBI Connection?

Open ngodoym opened this issue 5 years ago • 1 comments

Hi !

I was wondering if it´s possible to give the sql lite data base in the check_credentials() function from a DBI connection? Mi goal is to create docker images of my app and that all the deployed images connect to the same SQL Lite data base for the authentication process from another server. It is possible?

Thanks !

ngodoym avatar Sep 04 '20 00:09 ngodoym

Hello,

How do you connect to your SQLite database ? Currently you can only pass argument dbname to dbConnect. It's possible to use docker volumes so that the SQLite database live outside the container.

Victor

pvictor avatar Oct 23 '20 08:10 pvictor