Skip to content

Commit b12f949

Browse files
committed
Update Readme
1 parent c03e4e8 commit b12f949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ int main() {
3232
// int ,long, long long, float, double
3333
// string , u16string
3434
// 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
3536
// note that u"my text" is a utf16 string literal of type char16_t * .
3637
db << "insert into user (age,name,weight) values (?,?,?);"
3738
<< 20

0 commit comments

Comments
 (0)