Created DB CRUD interface.
This commit is contained in:
@ -4,12 +4,13 @@
|
||||
-- PostgreSQL database creation sript.
|
||||
|
||||
-- DROP DATABASE IF EXISTS nlsongs;
|
||||
CREATE DATABASE IF NOT EXISTS nlsongs
|
||||
CREATE DATABASE nlsongs
|
||||
ENCODING = 'UTF8'
|
||||
LC_COLLATE = 'en_US.UTF-8'
|
||||
LC_CTYPE = 'en_US.UTF-8'
|
||||
CONNECTION LIMIT = 1;
|
||||
|
||||
\c nlsongs
|
||||
|
||||
-- Services table
|
||||
DROP TABLE IF EXISTS services;
|
||||
|
Reference in New Issue
Block a user