Skip to content

Commit

Permalink
docs: remove template alert
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 17, 2024
1 parent 6d3c761 commit 40cb85c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,3 @@ export default function () {
## Usage

Check the [xk6-sql documentation](https://github.com/grafana/xk6-sql) on how to use this database driver.

---

> [!IMPORTANT]
>
> ## TODO
>
> This is a repository template for creating an xk6-sql driver repository.
>
> After creating the driver repository, remember the following:
>
> - replace `Postgres` with the database name in:
> - `README.md`
> - replace `postgres` with the database driver name in:
> - `README.md`
> - `register.go`
> - `register_test.go`
> - `examples/example.js`
> - update SQL statements to match the database's SQL dialect in:
> - `testdata/script.js`
> - `examples/example.js`
> - `README.md`
> - change the go package and module name:
> - `go.mod`
> - `register.go`
> - `register_test.go`
> - `Makefile`
> - remove this alert blockquote from `README.md`

0 comments on commit 40cb85c

Please sign in to comment.