SQLite.swift
SQLite.swift copied to clipboard
Feature/unsigned int
Adds support for UInt32 and UInt64. For the 64 bit versions, the 8 bytes are stored as a BLOB in big endian format. UInt32 are stored in a normal INTEGER column
thanks for the PR, the build currently fails on linting
Just pushed up a commit to fix the linting error