pg-differ
                                
                                
                                
                                    pg-differ copied to clipboard
                            
                            
                            
                        Node.js migration tool for PostgreSQL
A new version of https://github.com/multum/pg-differ/pull/99.
So I think it is OK that removed columns are kept. But they should be changed so that NULL values can be inserted into them. This means that future queries...
Currently the definition of columns is an object. So the order is not really specified. I think this is an opportunity for this package to create columns in the best...
In documentation, there is example when column can be defined as string: ``` description: 'character varying(255)' ``` This does not pass type checking based on current typing information.
How to rename a column (or table)? I think this project is great, but I could not find a way to rename a column (or table)? I think probably some...
## Planned - [ ] remove deprecated features - [ ] add **strict mode** that converts warnings to errors - [ ] add the ability to set **names for constraints...
## The **`match`** parameter will be used to filter synchronization objects and take the **regular expression** as a value ```javascript const differ = new Differ({...}) differ.define('table', { name: 'contacts', columns:...