Skip to content

Commit

Permalink
Merge pull request #522 from actiontech/add_db_plugin_example
Browse files Browse the repository at this point in the history
add db plugin example
  • Loading branch information
sjjian authored May 12, 2022
2 parents acdafee + ff594ef commit 0811243
Show file tree
Hide file tree
Showing 3 changed files with 1,542 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/db_plugin/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module sqle-pg-plugin

go 1.16

require (
github.com/actiontech/sqle v1.2204.0
github.com/pganalyze/pg_query_go/v2 v2.1.0
)
Loading

0 comments on commit 0811243

Please sign in to comment.