Closed
Milestone
expired on Jun 14, 2024
24.4 - Pgproto
picodata run --pg-listen localhost:5432
picodata admin ./admin.sql
CREATE USER "alex" WITH PASSWORD 'P@ssw0rd';
GRANT CREATE TABLE TO "alex";
psql -U alex
CREATE TABLE ...
INSERT ...
SELECT ...
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
0
Completed Issues (closed)
9
- Support varchar parameters in pgproto.
- Support unsigned values in pgproto.
- Test pipelining support in pgproto
- Support uuid values in pgproto
- Support decimal values in pgproto
- User story for pgproto in changelog
- Implement picodata run -c instance.pg.listen=localhost:5432
- Implement picodata run --pg-listen
- pgproto integration
Loading
Loading
Loading