I see that SqlLite can work in browser <https://sq...
# orm-help
p
I see that SqlLite can work in browser https://sql.js.org/#/ - can prisma client also work in browser to query SqlLite in browser?
a
I ran into some issue that had a debug message that led me to https://github.com/prisma/e2e-tests/issues/1101 . So "broswer build feature" is a thing.
p
@Alex Finnarn How to do a browser build?
r
@philip andrew 👋 I don’t think that’s possible or quite complicated as you might have to build from source. I would suggest creating a feature request here so that we can look into this.
p
@Ryan @Alex Finnarn ok I made https://github.com/prisma/prisma/issues/5385
🙌 1