开发者

Which database is used as In-Memory in ruby

开发者 https://www.devze.com 2023-02-01 05:44 出处:网络
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

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

精彩评论

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

关注公众号