Code Monkey home page Code Monkey logo

Comments (6)

rmp135 avatar rmp135 commented on September 6, 2024 4

ENUM support for Postgres has been added to 1.5.0. I don't have a lot of experience with Postgres but I've think I got it working. If you reference an ENUM in a different schema or if multiple exist with the same name, use the schemaAsNamespace config option.

I may implement MySQL ENUMs as string unions as was suggested in the original ticket if there's more interest.

from sql-ts.

rmp135 avatar rmp135 commented on September 6, 2024

It's something I've wanted to implement for a while. PostgreSQL and MySQL can be done with enums, the single use MySQL enums aren't great but they still work. The PostgreSQL naming can come from the definition, MySQL would have to be {table}{column}Enum or something similar.

The way I use enums in other dbs is by using a table as the enum definition. The primary key becomes the value and another column becomes the key. Any column that foreign keys to this table becomes an enum. I didn't know how widespread this is which is why it was never included.

from sql-ts.

daniellemburgLWT avatar daniellemburgLWT commented on September 6, 2024

Hey @rmp135, have you given any more thought to supporting this?

from sql-ts.

rmp135 avatar rmp135 commented on September 6, 2024

I can take another look. Are you looking for support for a specific database engine?

from sql-ts.

daniellemburgLWT avatar daniellemburgLWT commented on September 6, 2024

Yeah, I am specifically targeting Postgres. How much work do you think this would take?

from sql-ts.

daniellemburgLWT avatar daniellemburgLWT commented on September 6, 2024

Awesome. Thanks alot!

from sql-ts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.