Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The ORM has mapped the field ```optional string text = 1;``` of the message to a
*Foo_numbers*. *Foo_numbers* refers back to the _Foo_ table via ```parent_id
INTEGER```.

##Connecting to a Database
## Connecting to a Database

Before protobuf objects can be stored in the database, first a database must be
created. If a database already exists a connection to this database has to be
Expand Down