Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
TypedSQL - Boolean Argument Documentation - Prisma
P
Prisma
•
7mo ago
•
2 replies
joel.rainearwills
TypedSQL - Boolean Argument Documentation
According to the docs
, boolean values are converted to TINYINT
(1
) in MySQL
,
https://www.prisma.io/docs/orm/overview/databases/mysql#native-type-mapping-from-prisma-orm-to-mysql
. However
, TypedSQL converts boolean js values to strings
, like
'true'
'true'
and
'false'
'false'
. This leads to consternation when trying to craft where clauses
.
MySQL database connector | Prisma Documentation
This page explains how Prisma can connect to a MySQL or MariaDB database using the MySQL database connector
.
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,819
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
TypedSQL Apostrophe
P
Prisma / help-and-questions
7mo ago
Typedsql Type?
P
Prisma / help-and-questions
2y ago
TypedSQL and case
P
Prisma / help-and-questions
6mo ago
TypedSQL in pipeline?
P
Prisma / help-and-questions
10mo ago