adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.02k stars 189 forks source link

Update database_provider.ts #1002

Closed amir-mohammad-HP closed 4 months ago

amir-mohammad-HP commented 4 months ago

fix comment on exists method

hi there
i found that the hint on the exists method is wrong and when i test it it seems like that the exist method supposed to return false when the record exist and true when record not exists

🔗 Linked issue

❓ Type of change

📚 Description

📝 Checklist

RomainLanz commented 4 months ago

Thanks!