开发者

Which database is used as In-Memory in ruby

I want to develop my application without database rather than database i want to follow In-memory process w开发者_StackOverflow中文版hich database i should refer with it.


You can use sqlite like memory database.


You should specify SQLite as you database engine and ":memory:" (without the quotes) as the name for your database.

Source: http://www.sqlite.org/inmemorydb.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜