[12:21] <???> # get the "testing" database. In your desktop Couch you can have many databases; each application can have its own with whatever name it wants. If it doesn't exist already, this creates it.
[12:21] <???> >>> my_record = Record({ "name": "Stuart Langridge", "project": "Desktop Couch", "hair_colour": "red" }, record_type='http://example.com/testrecord')
[12:21] <???> # Create a record, currently not stored anywhere. Records must have a "record type", a URL which is unique to this sort of record.
Example from UODW DesktopCouch log:
[12:21] <???> # get the "testing" database. In your desktop Couch you can have many databases; each application can have its own with whatever name it wants. If it doesn't exist already, this creates it. example. com/testrecord')
[12:21] <???> >>> my_record = Record({ "name": "Stuart Langridge", "project": "Desktop Couch", "hair_colour": "red" }, record_type='http://
[12:21] <???> # Create a record, currently not stored anywhere. Records must have a "record type", a URL which is unique to this sort of record.
This triggered Lernid to try and load http:// example. com/testrecord, which is not the desired action.