Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f8cea8e

Browse files
authored
Update README.md
1 parent 6777737 commit f8cea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can use the following methods to create and drop parts of your database:
205205
db.CreateDatabase("test_db");
206206
db.CreateDatabaseIfNotExists("test_db");
207207

208-
db.DatabaseExists(); // returns true
208+
db.DatabaseExists("test_db"); // returns true
209209
210210
db.DropDatabaseIfExists("test_db");
211211
db.DropDatabase("test_db");

0 commit comments

Comments
 (0)