Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 26, 2023
1 parent 3195fc1 commit beb0738
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions database/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Package database provides a Store interface for goose to use when interacting with the database.
// It also provides a an implementation for each supported database dialect.
//
// The Store interface is meant to be generic and not tied to any specific database.
//
// It's possible to implement a custom Store for a database that goose does not support. To do so,
// implement the [Store] interface and pass it to [goose.NewProvider].
package database

0 comments on commit beb0738

Please sign in to comment.