SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Better driver specific docs

Open kpgalligan opened this issue 3 years ago • 0 comments

We mostly rely on sqldelight docs for driver config, but it really would make sense to add some better docs here. Specifically, this came up recently with encryption. See: https://github.com/touchlab/SQLiter/issues/58

I think we can add docs on the following:

  • Creating a connection
  • Configuration options available
  • Helper functions (delete database, etc)
  • Overview of linking to sqlite3
  • Using encryption

kpgalligan avatar Mar 16 '22 14:03 kpgalligan