© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Tried to create a role with a NULL password - Drizzle Team
DT
Drizzle Team
•
16mo ago
•
3 replies
luka
Tried to create a role with a NULL password
using Next
.js 15
, neon
, drizzle
trying to create role for Row
-Level Security getting error
: Tried to create a role with a NULL password
export const admin
= pgRole
(
"admin
"
)
;
(
)
=
>
[crudPolicy
(
{ role
: admin
, read
: false
, modify
: false
}
)
]
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,959
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Create a view with Drizzle
DT
Drizzle Team / help
2y ago
Database with no password
DT
Drizzle Team / help
2y ago
Foreign keys default to NOT NULL with PostgreSQL
DT
Drizzle Team / help
3y ago
Grant Privileges to Role
DT
Drizzle Team / help
15mo ago