mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
ed5a5c154d
Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol
8 lines
399 B
Go
8 lines
399 B
Go
// Package sqlite is responsible for creation of encrypted sqlite3 database using sqlcipher driver.
|
|
// It is optimized for mobile usage as well.
|
|
//
|
|
// sqlite package also provides a capability to apply bindata migration.
|
|
// You can keep your migrations close to your business logic and use this package
|
|
// to create an encrypted sqlite3 database and then apply the migrations easily.
|
|
package sqlite
|