MedicineSearch/export_db.sh

5 lines
133 B
Bash
Executable File

#!/bin/bash
rm html/database.db
sqlite3 database.db '.dump pbs_drug pbs_prescriber_type pbs_streamlined' | sqlite3 html/database.db