Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/sql/mysql2/test/Model.integration.test.ts:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
{ MysqlContainer } from
"./utils.ts"
6
7
class
User extends Model.Class<User>(
"User"
)({
8
id: Schema.Int.pipe(
9
Model.FieldExcept([
"insert"
])
10
),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected