Introduce the StoneSQL migration engine with embedded SQL migration support, scientific error tracking, and extensive documentation in the README. Include implementation of core functionality, error handling, and unit tests to validate success and failure scenarios.
9 lines
72 B
Go
9 lines
72 B
Go
package test
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var TestFS embed.FS
|