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 95312e1 commit da3c326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 querying capabilities 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 querying capabilities than other NoSQL stores out there.

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

Expand Down

0 comments on commit da3c326

Please sign in to comment.