From 272cbe7ea5916586ee0ac899cae5e3b7e284cb0f Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 17 Apr 2022 01:53:26 +0200 Subject: readme: specify we're talking about _SQL_ functions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1dbd5f1..ebb615a 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ For sqlite, you have options depending on your target: * Preparing, executing statements * comptime checked bind parameters +* user defined SQL functions # Installation @@ -536,9 +537,9 @@ const rows = try stmt.all(usize, .{}, .{ _ = rows; ``` -# User defined functions +# User defined SQL functions -sqlite supports [user-defined functions](https://www.sqlite.org/c3ref/create_function.html) which come in two types: +sqlite supports [user-defined SQL functions](https://www.sqlite.org/c3ref/create_function.html) which come in two types: * scalar functions * aggregate functions -- cgit v1.2.3