mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
removing the optionality for the database name.
This commit is contained in:
parent
3f9e5d4893
commit
7700b94112
2
41.md
2
41.md
|
@ -10,7 +10,7 @@ This NIP offers a plug-and-play method to export/sync information from existing
|
|||
|
||||
Event kind `31200` represents a row in a database. Each value of the row is added as a tag whose name is the column's name.
|
||||
|
||||
The `d` tag is used for the row's primary key, the `n` tag places the row into an unbound list and the optional `u` tag references a database name.
|
||||
The `d` tag is used for the row's primary key, the `n` tag places the row into an unbound list to represent the table and the `u` tag references a database name.
|
||||
|
||||
Values can be public or encrypted to the user.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user