Geogi / web-pg-designer

A POC of an Electron-based (with ReactJS) PostgreSQL graphical database manager.
0 stars 0 forks source link

DDL manipulation #3

Open Geogi opened 5 years ago

Geogi commented 4 years ago

Commit 763fae6c6bff37ce6e5ea13483daaf351892a338 adds the ability to create (currently fixed) tables.

One big area for improvement would be to sync this with the state (currently reconnecting needed for seeing the changes).

Geogi commented 4 years ago

941090dc7859f25d3b1b66a3b4bf564c7462b402 adds drop

For simple DDL, what's left:

  1. reflect changes to state
  2. actual column creation
  3. alter table

... and references, which is tracked separately #6