Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
variety
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
variety
Commits
a8e6ed88
Commit
a8e6ed88
authored
May 25, 2012
by
James Cropcho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix in readme thanks to @wfreeman
parent
dda2cdd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.markdown
README.markdown
+2
-2
No files found.
README.markdown
View file @
a8e6ed88
...
...
@@ -6,8 +6,8 @@ This lightweight tool helps you get a sense of your application's schema, as wel
We'll make a collection:
db.users.insert({name: "Tom", bio: "A nice guy.", pets: ["monkey", "fish"], someWeirdLegacyKey: "I like Ike!"});
db.users.insert({name: "Dick", bio: "I swordfight.", birthday: new Date("1974
-03-
14")});
db.users.insert({name: "Harry", pets: "egret", birthday: new Date("1984
-03-
14")});
db.users.insert({name: "Dick", bio: "I swordfight.", birthday: new Date("1974
/03/
14")});
db.users.insert({name: "Harry", pets: "egret", birthday: new Date("1984
/03/
14")});
db.users.insert({name: "Geneviève", bio: "Ça va?"});
db.users.insert({name: "Jim", someBinData: new BinData(2,"1234")});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment