You cannot post messages because only members can post, and you are not currently a member.
Description:
DovetailDB is a schemaless, JSON-based database with tight javascript integration. This newsgroup is a general purpose discussion for questions, issues, and feature requests.
|
|
|
Wacky idea: running entirely client-side?
|
| |
Hey Phil, I have a wacky, utterly impractical question for you. :)
Have you considered running DovetailDB *within* a web browser, as a
client-side storage engine? Perhaps as an alternative to:
[link]
[link]
The webdatabase spec says "This specification has reached an impasse".... more »
|
|
Basic Dovetail DB Questions
|
| |
Hi,
I really like the scope of DoveTailDB; it appears that it may prove
one of the fastest way to develop v simple RIAs. I'm beginning work on
such a scalable reverse ajax project and have some basic questions:
- What is the status of the project? How close is it to beta/first
release?
- What is the reverse AJAX implementation: Does it support Comet/... more »
|
|
select distinct
|
| |
I know I'm asking questions not only needed for dovetail, but how
could I do this?
SQL SELECT DISTINCT function FROM Jobs
|
|
difficult query
|
| |
I hava a 'table' called jobs, witch has the following fields:
* date/time
* function
* person --> link to other objects
* remark
I want to do some reporting on that one 'table' (I know you guys don't
like to hear the word ;-)
functionname1
functionname2 functionname3 functionname4... more »
|
|
map/reduce
|
| |
Would it be considered good behaviour to change this simple query:
[link]
This query is like SQL SELECT * FROM BoomTown
to create a map function to only retrieve the fields I need?
Like SQL SELECT name, firstname, phone FROM BoomTown... more »
|
|
Cannot generate accesskey
|
| |
I would want to play with it, but I cannot create an accesskey.
Second question:
How can I prevent people from hacking into the database? All keys are
publicly 'seen'. I have to use the http api for instance, but
everybody using my application can see the requests I'm sending...
Thanks!
Peter... more »
|
|
Question about Setting Hooks
|
| |
When a user applies custom hooks, do they wrap the existing hooks defined in core.js or are they replaced? If they do get replaced, what do we lose? Would it be possible idea to have them wrap somehow instead?
|
|
|