Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboSharp

The robotic sharp.

User setup

CREATE USER robosharp WITH PASSWORD '<your password here>';

Permissions

The user will then require permissions to read/write/delete entries via migrations/. The recommended permissions are:

GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA public TO robosharp;
GRANT USAGE, SELECT, UPDATE ON ALL SEQUENCES IN SCHEMA public TO robosharp;

Connection string (Dsn)

The dsn in the above example would be:

postgresql://localhost:5432/robosharp?user=robosharp&password=<your password here>

About

The robotic sharp

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages