eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
https://eveningkid.com/denodb-docs
MIT License
1.93k stars 129 forks source link

Make errors more descriptive #349

Open LoganTann opened 2 years ago

LoganTann commented 2 years ago

Hello,

I got this message error : ERROR Main > Error: Multiple primary key defined

I don't see where is the error. Is it possible to show which table created this error message ?

image

(btw i'm using code from PR #347; since I couldn't start my project due to issue #348)