|
|
|
|
|
by mandeepj
1401 days ago
|
|
Please forgive my ignorance. Is it right if I say the password seems to be available on the client side? import { connect } from '@planetscale/database' const config = {
host: '<host>',
username: '<user>',
password: '<password>'
} https://github.com/planetscale/database-js |
|