schema#

import "github.com/jbcom/radioactive-ralph/internal/store/schema"

Package schema embeds the user-level store SQL migrations.

Migrations are versioned files named NNNN_description.{up,down}.sql. The Migrate function in the parent store package applies them in lexical order.

Index#

Variables#

FS is the embedded filesystem containing migration files.

var FS embed.FS

Generated by gomarkdoc