Hi Massimo, the driver can be downloaded from here: http://community.voltdb.com/downloads
the DB only works with stored procedures. I guess the DB could be defined as usual in web2py and a new dml command could contain the name of a stored procedure, params, etc... i would love to test. thank you sb On Jul 30, 7:03 pm, Massimo Di Pierro <[email protected]> wrote: > Can you point is to the driver? Which SQL DB is it most similar to? > Can you help testing? > > On Jul 30, 12:19 pm, boss <[email protected]> wrote: > > > > > > > > > hello, > > > Would be great to have support for VoltDB . It has a native Python > > driver as well as a json interface .. very promising DB which is a mix > > between NoSQL & relational SQL. The database retains the data in RAM > > or disk partitions and distributes both the data and the SQL engine > > which processes it, across the server or server cluster's processor > > cores. > > > In short, it's designed for the Web and takes care of sharding while > > still using SQL as a query language. imho, perfect match for web2py. > > > SB > > > ps: im not affiliated with voltdb but fan of their DB

