aprismatic / prismadb

Prisma/DB public releases and documentation.
34 stars 1 forks source link

Able to Create New Database #8

Closed saklanipankaj closed 5 years ago

saklanipankaj commented 5 years ago

CREATE DATABASE "TEST";

New Database can be created and connected to using the demo docker container. User should not be allowed to do so.

cheziyi commented 5 years ago

CREATE DATABASE statements are not parsed and handled by the Core, and are forwarded to the database directly. We do not explicitly prevent users from doing so. Users will not be able to connect to the new database, as the database that the proxy connects to is fixed, so there will not be any issues.

This is therefore not an issue, and is closed.