Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk authored Jun 5, 2024
1 parent d2200fc commit cc70b9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ java -jar pg2sqlite-1.0.3.jar -d database.dump -o sqlite.db

`pg2sqlite -d <file> -o <file> [-f <true|false>]`

* `**-d** <file>` - file that contains dump of postgresql database (made by pg_dump, accepts .gz)
* `**-o** <file>` - file name of newly created sqlite3 database
* `**-f** <true|false>` - default: false, force database re-creation if database file alredy exists
* `**-t** <integer|text|real>` - default: integer, change sqlite3 date class (read below)
* **-d** `<file>` - file that contains dump of postgresql database (made by pg_dump, accepts .gz)
* **-o** `<file>` - file name of newly created sqlite3 database
* **-f** `<true|false>` - default: false, force database re-creation if database file alredy exists
* **-t** `<integer|text|real>` - default: integer, change sqlite3 date class (read below)

## Timestamps

Expand Down

0 comments on commit cc70b9a

Please sign in to comment.