fix \n meh

This commit is contained in:
pena 2021-12-06 23:34:47 +01:00 committed by Swrup
parent 30a8cdaf9f
commit c79801340b

View file

@ -9,15 +9,8 @@ type t =
module Q = struct
let create_user_table =
Caqti_request.exec Caqti_type.unit
{|
CREATE TABLE IF NOT EXISTS user (
nick TEXT,
password TEXT,
email TEXT,
bio TEXT,
avatar BLOB
);
|}
"CREATE TABLE IF NOT EXISTS user (nick TEXT, password TEXT, email TEXT, \
bio TEXT, avatar BLOB);"
let get_password =
Caqti_request.find_opt Caqti_type.string Caqti_type.string