GHHG10's picture
download
raw
483 Bytes
import { Resource } from "sst"
import { defineConfig } from "drizzle-kit"
export default defineConfig({
out: "./migrations/",
strict: true,
schema: ["./src/**/*.sql.ts"],
verbose: true,
dialect: "mysql",
dbCredentials: {
database: Resource.Database.database,
host: Resource.Database.host,
user: Resource.Database.username,
password: Resource.Database.password,
port: Resource.Database.port,
ssl: {
rejectUnauthorized: false,
},
},
})

Xet Storage Details

Size:
483 Bytes
·
Xet hash:
e4e6108f0fd6c94233db729705444acdfe5e14d60f3a0818b94f4bc202ed2435

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.