Giter Site home page Giter Site logo

Comments (4)

nullbio avatar nullbio commented on April 28, 2024

Can you please describe your use case for this? We actually had this feature at one point but decided to replace it with the blacklist functionality, because our assumption is that it should be a rare scenario for someone to only want to generate support for a few of their database tables (because the whole ORM and database generally acts as a cohesive unit; especially in regard to relationships), but a common scenario to exclude a few tables (like migration tables). Of course, if this assumption is wrong, we're open to the idea.

from sqlboiler.

ajankovic avatar ajankovic commented on April 28, 2024

Sure.

it's problematic to blacklist if you have partitioned tables with table inheritance. So for example you have partitioned tables by month and you have master table which should actually be used for any interaction with that model. With current implementation each of those partitioned tables would have to be excluded individually which is cumbersome especially in development phase where these tables are generated automatically and different environments have different tables.

Also it's useful if you want to logically divide models into two or more packages to separate concerns. With whitelisting you could generate models for a subset of tables (e.g. blog, ecommerce, etc.).

If you don't think these are valid arguments for you to invest time I can probably create a pull request if your policy is to accept them.

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

Fair enough. I have no problem with it, if @aarondl has no objections we can add this back in some time this week. Thanks.

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

@ajankovic the feature is in the dev branch now, if you'd like to test it. We're going to work on the other features in the issues list before releasing them together.

from sqlboiler.

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.