await client.exec({ createSchema: 'Mountains', ifNotExists: true, }); // sql: CREATE SCHEMA IF NOT EXISTS "Mountains"
Last updated 2 years ago