Skip to content

Commit 40cb85c

Browse files
committed
docs: remove template alert
1 parent 6d3c761 commit 40cb85c

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,3 @@ export default function () {
3636
## Usage
3737

3838
Check the [xk6-sql documentation](https://github.com/grafana/xk6-sql) on how to use this database driver.
39-
40-
---
41-
42-
> [!IMPORTANT]
43-
>
44-
> ## TODO
45-
>
46-
> This is a repository template for creating an xk6-sql driver repository.
47-
>
48-
> After creating the driver repository, remember the following:
49-
>
50-
> - replace `Postgres` with the database name in:
51-
> - `README.md`
52-
> - replace `postgres` with the database driver name in:
53-
> - `README.md`
54-
> - `register.go`
55-
> - `register_test.go`
56-
> - `examples/example.js`
57-
> - update SQL statements to match the database's SQL dialect in:
58-
> - `testdata/script.js`
59-
> - `examples/example.js`
60-
> - `README.md`
61-
> - change the go package and module name:
62-
> - `go.mod`
63-
> - `register.go`
64-
> - `register_test.go`
65-
> - `Makefile`
66-
> - remove this alert blockquote from `README.md`
67-

0 commit comments

Comments
 (0)