joereynolds / sql-lint

An SQL linter
MIT License
436 stars 40 forks source link

FR: SQlite support #231

Open Vuizur opened 1 year ago

Vuizur commented 1 year ago

Hello,

thanks for releasing this super useful project!

I only wanted to say that it would be pretty cool if one could connect to a local sqlite database file.

Vuizur commented 1 year ago

I tried creating a basic class for sqlite in my branch here, it currently seems to crash because it doesn't have any files under checks/sqlite and I am not quite sure how to resolve that.

joereynolds commented 1 month ago

Hey @Vuizur , sorry about the late reply.

For a start, just copy a simple check over from a mysql or postgres directory :)