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 @@ -34,7 +34,7 @@ You can connect to the database as:

* Run `docker run -ti cxn/jpc:latest`

This will start the container and PostgreSQL server in it. Also starts and initialises JPC servcie. For a little test it will:
This will start the container and PostgreSQL server in it. Also starts and initialises JPC service. For a little test it will:
* create a table (as: `CREATE table test(mol Molecule("sample"), id int);`)
* insert some data (with SQL: `insert into test(id, mol) values (1, 'c'), (2, 'cc'), (3, 'ccc');`)
* selects all data (`select * from test;`)
Expand Down