Skip to content

pgproto integration

picodata run --pg-listen localhost:5432 
picodata admin ./admin.sql

CREATE USER "alex" WITH PASSWORD 'topsecret';
GRANT CREATE TABLE TO "alex";

psql postgres://alex:topsecret@localhost:5432

CREATE TABLE ...
INSERT ...
SELECT ...
Edited by Dmitry Ivanov
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information