문제

I am accessing the in-memory database using Sequel in a Sinatra application. I want to access the in-memory database used in my application from the command line on my local host, as well as Heroku.

Is there a way to access the in-memory database outside the application or do I have to use a database?

도움이 되었습니까?

해결책

An in-memory database resides in your process's memory and is not accessible from outside the application.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top