Questions tagged [livedb]

Livedb is a database wrapper for concurrent editing systems.

Livedb is a database wrapper for concurrent editing systems.

3 questions
1
vote
1 answer

Get count of documents without loading the whole collection in DerbyJS 0.6

How can I count the results of a query without loading the whole resultset into memory? The easy way of counting documents returned by a query would be: var q = model.query('mycollection', { date: today }); q.fetch(function() { var length =…
Roman
  • 5,888
  • 26
  • 47
1
vote
1 answer

Import "normal" MongoDB collections into DerbyJS 0.6

Same situation like this question, but with current DerbyJS (version 0.6): Using imported docs from MongoDB in DerbyJS I have a MongoDB collection with data that was not saved through my Derby app. I want to query against that and pull it into my…
Roman
  • 5,888
  • 26
  • 47
0
votes
0 answers

Connecting desktop application to a live database on my hosting

I built a desktop application with mysql database using workbench but now i want my application to be used on multiple pc's and for that i will have to connect the database to my hosting i have copied the tables to hosting and now i m unable to…
Wijdan
  • 203
  • 3
  • 12