Skip to content

Frequently Asked Questions

switz edited this page Jan 5, 2013 · 5 revisions

These are just a few of the frequently asked questions. This is a work in progress. If your question is not answered here, please search over on the Google Group. If you don't see an existing question, then let us know what is wrong. Please be as straightforward as possible, and provide any related code snippets.

I just installed Derby and it doesn't work!? What am I doing wrong?

Derby is alpha, which means there will be bugs. There's currently a bug in the most recent version on npm. In order to fix most issues utilize Derby Edge.

How do I integrate authentication?

Check out Lefnire's derby-auth module.

Related Threads 1 2

How do I use MongoDB with DerbyJS?

Use the racer-db-mongo module.

I want to query my database.

The query system was given a major upheaval in a recent version of Derby. Check out the Queries Readme for more information on implementing a query.

Clone this wiki locally