sqlファイルとしてダウンロード
$ npx wrangler d1 export prod-d1-tutorial --remote --output export.sql
ローカルのSQLiteに投入
$ sqlite3 example.db < export.sql
Go to list of users who liked
sqlファイルとしてダウンロード
$ npx wrangler d1 export prod-d1-tutorial --remote --output export.sql
ローカルのSQLiteに投入
$ sqlite3 example.db < export.sql
Register as a new user and use Qiita more conveniently
Go to list of users who liked