|
|
|
|
|
by mythz
561 days ago
|
|
Type Converters lets you change the parameter value that's executed with the underlying provider (postgres driver uses postgres.js [1]) and what value is converted from the provider's resultset to your class property. So it would be up to whether the underlying provider can be configured to support the custom RDBMS type. If you leave a feature request [2] I can let you know when it's implemented or it's not possible with postgres.js when I get around to it. [1] https://github.com/porsager/postgres [2] https://github.com/litdb/litdb/discussions/categories/ideas |
|