Skip to content

Commit 1ce4158

Browse files
docs(db): clarify docs/conventions of table/collection names
1 parent 35a88c1 commit 1ce4158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/guides/adapters/creating-a-database-adapter.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ If you created an adapter and want us to distribute it as an official package, p
147147
- Configured as an ES module (ESM)
148148
- Documented via JSDoc comments
149149
- Have at least one named export exported from its main module. (For example `export function MyAdapter(): Adapter {}`)
150+
- collection/table names should follow the convention (plural/singular, camelCase/snake_case) of the underlying ORM/database docs/conventions
150151

151152
1. Configure the monorepo to help us maintain the package
152153

0 commit comments

Comments
 (0)