david on Nostr: CREATE INDEX event_id IF NOT EXISTS FOR (a:ApocNostrEvent) ON (a.event_id) CREATE ...
CREATE INDEX event_id IF NOT EXISTS FOR (a:ApocNostrEvent) ON (a.event_id)
CREATE INDEX pubkey IF NOT EXISTS FOR (a:ApocNostrUser) ON (a.pubkey)
Like that?
Published at
2025-02-09 17:25:13Event JSON
{
"id": "a3f831eb0763516fd999a482cd501a70eebdb459a869c9149ca72137673f1a1c",
"pubkey": "e5272de914bd301755c439b88e6959a43c9d2664831f093c51e9c799a16a102f",
"created_at": 1739121913,
"kind": 1,
"tags": [
[
"e",
"8fbb005b53bfc459ccf009385eaa62789b536a5498d919544f34bf78444cc1e9",
"",
"root"
],
[
"e",
"35477d3e3ce2f175648b8e30d1860b39ddbca8a9bceb2505645e20b6723c2b28",
"",
"reply"
],
[
"p",
"7ed7d5c3abf06fa1c00f71f879856769f46ac92354c129b3ed5562506927e200"
]
],
"content": "CREATE INDEX event_id IF NOT EXISTS FOR (a:ApocNostrEvent) ON (a.event_id)\nCREATE INDEX pubkey IF NOT EXISTS FOR (a:ApocNostrUser) ON (a.pubkey)\n\nLike that?",
"sig": "5bdd439ec73666f375c255fa4b019fc7387d83ac76850c250bb33bbfda048c114f8e242fe8e87650ec8b48b78f86c2f709481b131f187c4542c9764ae2ee8c59"
}