ian-weir
ian-weir
### What is the problem this feature will solve? If multiple versions of a dependency are required for a project aliasing the different version is very helpful to development. Aliasing...
When using the INHERITS functionality in a database the generated types to not reflect this inheritence. Using the example from the Postgresql documentation: ``` CREATE TABLE cities ( name text,...
Handling of composite types would be awesome. In theory wouldn't need any additional input like json/jsonb would just have to match on `CREATE TYPE $TYPE_NAME AS` while excluding the instances...