Can Rails use LevelDB?

I know LevelDB is not a SQL DB but I still wondered if Rails could be used with it somehow . .

Thanks, Phil.

The answer is yes.
No judging, but the reasons to do so are very limited.

Generally, either Rails or LevelDB doesn’t make sense for the situation.
My best guess is: you are trying to play with a single-board computer.

Someone already published a gem binding LevelDB to Ruby.

Right.

I thought that might be a response . .

Yep.

I will keep looking . .

Thanks!