We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03e4e8 commit b12f949Copy full SHA for b12f949
README.md
@@ -32,6 +32,7 @@ int main() {
32
// int ,long, long long, float, double
33
// string , u16string
34
// sqlite3 only supports utf8 and utf16 strings, you should use std::string for utf8 and std::u16string for utf16.
35
+ // If you're using c++17, it takes `string_view` and `u16string_view` as arguments
36
// note that u"my text" is a utf16 string literal of type char16_t * .
37
db << "insert into user (age,name,weight) values (?,?,?);"
38
<< 20
0 commit comments