We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe0751 commit f7ece8fCopy full SHA for f7ece8f
packages/ensdb-sdk/src/ensnode/index.ts
@@ -3,14 +3,14 @@ import { pgSchema, primaryKey } from "drizzle-orm/pg-core";
3
/**
4
* ENSNode Schema Name
5
*
6
- * This is the name of the Postgres schema that will be present in the ENSDb.
+ * The name of the ENSNode schema in an ENSDb.
7
*/
8
const ENSNODE_SCHEMA_NAME = "ensnode";
9
10
11
* ENSNode Schema
12
13
- * Used to define database objects within the ENSNode Schema in ENSDb.
+ * Defines database objects within the ENSNode Schema in ENSDb.
14
15
const ENSNODE_SCHEMA = pgSchema(ENSNODE_SCHEMA_NAME);
16
0 commit comments