Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function assertDatabaseIsEmpty
import { assertDatabaseIsEmpty } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/bolt/bolt-protocol-util.js";

Asserts that the passed-in database name is empty.

Parameters

database
optional
onProtocolError = [UNSUPPORTED]

Called when it doesn't have database set

observer