news-analyze/database
2025-05-19 01:01:26 +08:00
..
README.md Test docs & made the default windows size to be bigger. 2025-05-19 01:01:26 +08:00

Database contents

This is where I put the database schemas, that contains everything (the user account & password info is NOT avaiable in the backup.)

How to import

Import the schema:

psql -d database -f database_dump.sql

How to create a database_dump

Type or copy This

pg_dump -U your_username -d your_database --schema-only > schema.sql