CoreSync
CoreSync copied to clipboard
Sqlite primary key varchar
Hey @adospace ,
That is fine. The library the original poster mention https://github.com/praeclarum/sqlite-net treats Guid as varchar(36) seehttps://github.com/praeclarum/sqlite-net/wiki/Features#features and the result of this means when creating the sqlite database and tables with the library mentioned above, a primary key with datatype Guid will result in a varchar (36) see image below
Originally posted by @Onotseike in https://github.com/adospace/CoreSync/issues/1#issuecomment-2089090457