kawasin73/prsqlite

UTF8 consideration

kawasin73 opened this issue · 0 comments

  • SQLite supports using utf8 characters (even non ascii) for identifiers (e.g. table name).
  • text should be handled by &str or String. However validating utf8 sequence to convert &[u8] to &str has some cost.