File size: 199 Bytes
bf2bf1e
 
 
 
1
2
3
4
#File: init.sql
  
# – Tree-style outline: – - Database creation – - Users table- Logs table – Linting: Run via psql; no Python lint here.
# CREATE DATABASE IF NOT EXISTS appdb; – etc.