As i undersoot you correctly then you have incorrect vision of Trove, Trove isn't a Database, Trove is Database as a Service. To be precise database-on-demand, trove provides single instance of mysql(distro: mysql-server-5.5 by default). So you need to create database and then save your data with mysql driver or client.
2013/11/11 Krishanu Dhar <[email protected]> > Hi, > > I have to query the network and fetch details of all the hardware devices > present in the datacenter and maintain the details in the back-end db. I > plan to use trove as the back-end database. I have code written to get the > details from the devices, but not sure how to perform operations in the > open stack db. > > Can someone help me with a sample code that creates/updates tables in > trove please? > > Thanks, > Krish > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
