From 40cb85c1a24ab4ef77dcb3769889925b696bcaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Thu, 17 Oct 2024 18:34:50 +0200 Subject: [PATCH] docs: remove template alert --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index a5fff37..8ca2e2d 100644 --- a/README.md +++ b/README.md @@ -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` -