Have a look at https://github.com/gett/mongojs


Am Donnerstag, 16. Mai 2013 14:29:17 UTC+2 schrieb rabindra lal:
>
> i have  to create master detail form like that
>
> var purchase_order = { 
>   _id: 1
>   title: ‘Purchase order 1’,
>   total: 10.50,
>   line_items: [ 
>     { sku: ‘a’, quantity: 1, price: 10.50 }
>   ]
> } 
>
> how to insert data from front end(juqery easy ui) and node.js in mongodb 
> without using relational schema.
>
> Please help me it is really very difficult job for me ... 
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to