github.com/status-im/status-go@v1.1.0/protocol/sqlite/doc.go (about)

     1  // Package sqlite is responsible for creation of encrypted sqlite3 database using sqlcipher driver.
     2  // It is optimized for mobile usage as well.
     3  //
     4  // sqlite package also provides a capability to apply bindata migration.
     5  // You can keep your migrations close to your business logic and use this package
     6  // to create an encrypted sqlite3 database and then apply the migrations easily.
     7  package sqlite