sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Is there an available method to determine whether a data table exists? #638

Closed VictorTzeng closed 1 year ago

VictorTzeng commented 1 year ago

FYI.

tks~

ahmad-moussawi commented 1 year ago

Nope there is nothing like that, but you can always use the db.Select("...") or db.Statement("...") for something like that