Skip to content

Export single table from sqlite

Open the database

sqlite3 grocy.db

Set destination for where to export table to

.output /Users/bradleystannard/github/grocy_users.db

Export the table

.dump users

Now there will be a file in the /Users/bradleystannard/github/ directory called grocy_users.db


Want to make this site better? Open a PR or help fund hosting costs