MCPcopy Index your code
hub / github.com/anomalyco/opencode / migrate

Method migrate

packages/effect-drizzle-sqlite/examples/basic.ts:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33interface UserStoreShape {
34 migrate(): Effect.Effect<void, UserStoreError>
35 create(name: string): Effect.Effect<void, UserStoreError>
36 rename(from: string, to: string): Effect.Effect<void, UserStoreError>
37 list(): Effect.Effect<User[], UserStoreError>

Callers 4

config.test.tsFile · 0.80
sqlite.test.tsFile · 0.80
UserStoreClass · 0.80
basic.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected