We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7e7d8 commit 394b1ccCopy full SHA for 394b1cc
README.md
@@ -28,9 +28,9 @@ import testgres
28
29
with testgres.get_new_node('test') as node:
30
node.init() # run initdb
31
- node.start() # start PostgreSQL
+ node.start() # start PostgreSQL
32
print(node.execute('postgres', 'select 1'))
33
- node.stop() # stop PostgreSQL
+ node.stop() # stop PostgreSQL
34
```
35
36
Let's walk through the code. First, you create a new node using:
0 commit comments