Logo
Explore Help
Sign In
tabshift/payload
1
0
Fork 0
You've already forked payload
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
03ff77544eb085a04a062991f88023f7cf8d8e3e
payload/docs/database
History
Sasha 03ff77544e feat(db-sqlite): add idType: 'uuid' support (#10016)
Adds `idType: 'uuid'` to the SQLite adapter support:
```ts
sqliteAdapter({
  idType: 'uuid',
})
```

Achieved through Drizzle's `$defaultFn()`
https://orm.drizzle.team/docs/latest-releases/drizzle-orm-v0283#-added-defaultfn--default-methods-to-column-builders
as SQLite doesn't have native UUID support. Added `sqlite-uuid` to CI.
2024-12-18 22:44:04 -05:00
..
migrations.mdx
feat: expose session, db in migrations to use the active transaction with the database directly (#9849)
2024-12-11 12:23:12 -05:00
mongodb.mdx
feat(db-mongodb): allow to customize mongoose schema options with collectionsSchemaOptions (#9885)
2024-12-18 15:46:39 +00:00
overview.mdx
feat(db-postgres): add point field support (#9078)
2024-11-11 09:31:47 -05:00
postgres.mdx
feat(db-vercel-postgres): allow to use a local database using pg instead of @vercel/postgres (#9771)
2024-12-16 16:55:08 -05:00
sqlite.mdx
feat(db-sqlite): add idType: 'uuid' support (#10016)
2024-12-18 22:44:04 -05:00
transactions.mdx
feat: expose session, db in migrations to use the active transaction with the database directly (#9849)
2024-12-11 12:23:12 -05:00
Powered by Gitea Version: 1.25.0 Page: 787ms Template: 62ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API