libsql-wal 0.1.0-alpha.1

wal implementation for libsql
Documentation
1
2
3
4
5
6
7
8
9

  SELECT typeof( unhex('') ), length( unhex('') );


  SELECT typeof( unhex(' ', ' -') ), length( unhex('-', ' -') );

 SELECT typeof(unhex(NULL)) 
 SELECT typeof(unhex(NULL, ' ')) 
 SELECT typeof(unhex('1234', NULL))