# Contribution Guide to CloudQuery SQLite Destination Plugin ## Running in Debug mode Similar to all other CQ plugins you can run the plugin in debug mode via: ```bash go run main.go serve ``` ## Testing ```bash make test ``` ## Lint ```bash make lint ```