Are Vala and desktopcouch ready?
- by pavolzetor
Hi, I have started writting rss reader in Vala, but I don't know, what database system should I use, I cannot connect to couchdb and sqlite works fine, but I would like use couchdb because of ubuntu one. I have natty with latest updates
public CouchDB.Session session;
public CouchDB.Database db;
public string feed_table = "feed";
…