ehmpathy / sql-dao-generator

Generate data-access-objects from your domain-objects
MIT License
0 stars 0 forks source link

support recursive relationships #20

Open uladkasach opened 7 months ago

uladkasach commented 7 months ago

for example

getting typescript circular import error


    Error: UserInputError: User input error.input to prop.REFERENCES was undefined.

    For potential solutions, consider the following:
    - This could be caused by how typescript handles circular imports, due to your schema having circular references. Circular 
    references are an anti-pattern, so it may be best to re-evaluate the schema if you experience this.
uladkasach commented 7 months ago

ref: https://github.com/ehmpathy/sql-schema-generator/issues/18