Can I use Voltdb with Ruby on Rails?
Asked
Active
Viewed 1,457 times
1 Answers
4
No, while VoltDB does have a Ruby Gem available http://rubyredtomatoes.com/2010/11/01/still-voltdb-and-ruby, http://rubygems.org/gems/voltrb and http://github.com/beljun/VoltRb it is not supported by Ruby on Rails.
In VoltDB your schema (tables and indexes) and access (SQL within Java Stored Procedures) must be defined in advance.

tmcallaghan
- 1,292
- 2
- 10
- 20