A parser for schema.prisma file.
The motivation is to make a generator for Selda, Simple.JSON, etc.
It is a parser. I also include additional mechanism for custom attribute outside Prisma.
in this case, we can have:
idBack String //_ @type("Either String Base64") // this is a real comment
I invite all suggestion for improvement.
I hope I can use this library as a means to learn deeper.
I still feel that there should be more concise solution here.
Thank you for your kind supports.