tools: remove remaining references to vlib/sqlite, vlib/mysql, vlib/pg (and make v test-cleancode fail *loudly*, when a folder is missing, regression after a421e485f).

This commit is contained in:
Delyan Angelov 2023-08-03 23:00:07 +03:00
parent 428fd7f57f
commit e3ade704cb
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 8 additions and 7 deletions

View file

@ -40,7 +40,7 @@ Now V should be globally available on your system.
### Install SQLite development dependency
If you don't have it already installed, look at the
[`sqlite` README](../../vlib/sqlite/README.md) for instructions.
[`sqlite` README](../../vlib/db/sqlite/README.md) for instructions.
### Creating a new Vweb project