Skip to content

Commit c54addd

Browse files
committed
Add note that the SQLCMD utility is not needed.
1 parent 3ee0275 commit c54addd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Prequel is a minimal SQLCMD-compatible preprocessor.
44

5-
Prequel adds a 'SQLCMD mode' to your app with a couple lines of code. It
6-
supports `GO`, `$(var)`, `:setvar`, and `:r`.
5+
- Adds a 'SQLCMD mode' to your project with a couple lines of code.
6+
- Supports `GO`, `$(var)`, `:setvar`, and `:r`.
7+
- Does not require the SQLCMD utility to be present.
78

89
## Status
910

0 commit comments

Comments
 (0)