ditto/src/db
P. Reis b037be44a4 feat: add mime_type column in nostr_events, add the following NIP 50 search extensions:
exact_mime_type, example: 'exact_mime_type:image/png' (uses hash index)
partial_mime_type, example 'partial_mime_type:image' (uses b-tree index)
only_media, example 'only_media:true' (sometimes uses index)
2025-01-22 17:01:10 -03:00
..
adapters Expose a generic listen method on the database adapters 2024-10-19 21:01:42 -05:00
migrations feat: add mime_type column in nostr_events, add the following NIP 50 search extensions: 2025-01-22 17:01:10 -03:00
DittoDatabase.ts Expose a generic listen method on the database adapters 2024-10-19 21:01:42 -05:00
DittoDB.ts Add PGLITE_DEBUG environment variable 2024-09-16 12:31:50 -05:00
DittoTables.ts feat: add mime_type column in nostr_events, add the following NIP 50 search extensions: 2025-01-22 17:01:10 -03:00
KyselyLogger.ts metrics: ditto_db_query_duration_ms -> ditto_db_query_duration_seconds 2024-10-10 13:20:48 -05:00