caiiiycuk / postgresql-to-sqlite

pg2sqlite is easy to use solution to create sqlite database from postgresql dump
MIT License
132 stars 11 forks source link

universal garbage, does not work at all, cannot even compile #3

Closed xuancong84 closed 5 years ago

xuancong84 commented 5 years ago

universal garbage, does not work at all, cannot even compile

d10xa commented 5 years ago

compiles and works

coursier bootstrap -r jitpack --standalone -o pg2sqlite com.github.caiiiycuk:postgresql-to-sqlite:-SNAPSHOT
./pg2sqlite
Error: Missing option --dump
Error: Missing option --out
postgresql-to-sqlite
Usage: postgresql-to-sqlite [options]

  -d <dump file> | --dump <dump file>
        postgresql dump generated by pg_dump
  -o <sqlite3 database> | --out <sqlite3 database>
        sqlite3 database to create
  -f <true|false> | --force <true|false>
        recreate database if exists