Skip to content

Commit

Permalink
One other important doc detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjjwright committed Mar 14, 2010
1 parent 609bece commit 705c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Open up a reference to your database and pass it to NoSQLite

db: nosqlite.connect(sqlite.openDatabaseSync("my_db.sqlite3"))

Now you are ready to start working with NoSQLite. NoSQLite is motivated by the idea that if we work simply with a one-to-one mapping between a JS object and a SQLite table (no joins), we can get an awful lot for free, and better than searching than other NoSQL stores out there.
Now you are ready to start working with NoSQLite. NoSQLite is motivated by the idea that if we work simply with a one-to-one mapping between a JS object and a SQLite table (no joins), we can get an awful lot for free, and better than querying capablities than other NoSQL stores out there.

db.save("foo", {x: 4, y: 5})

Expand Down

0 comments on commit 705c327

Please sign in to comment.