MonetDB Example Project

make

./simple_query

[brian@orville crystal-monetdb-examples]$ ./simple_query 
{"name":"Apple","price":"9.99","weight":"50","comments":"NULL","id":"1"}
{"name":"Bananna","price":"3.99","weight":"30","comments":"NULL","id":"2"}
{"name":"Orange","price":"7.99","weight":"60","comments":"NULL","id":"3"}
{"name":"Peach","price":"5.00","weight":"80","comments":"NULL","id":"4"}
{"name":"Kiwi","price":"9.00","weight":"20","comments":"NULL","id":"5"}
{"name":"Tomato","price":"2.00","weight":"20","comments":"Yes a fruit","id":"6"}
{"name":"Pear","price":"4.00","weight":"30","comments":"Juicy","id":"7"}
{"name":"Nectarine","price":"6.00","weight":"50","comments":"Juicy","id":"8"}