Database trait and JSON implementation #3

Closed
opened 2023-03-29 01:22:56 +02:00 by wojtek · 0 comments
Owner

The current state of the hoard will need to be written to a database as it will contain information that is not stored with the music files (e.g. wishlists).

In this issue we add a trait and code to serialize to JSON.

The trait should be defined in db/mod.rs as backend-agnostic (i.e. JSON should be only one of many possible formats) and a db/json.rs should be created for serialising to JSON specifically.

The current state of the hoard will need to be written to a database as it will contain information that is not stored with the music files (e.g. wishlists). In this issue we add a trait and code to serialize to JSON. The trait should be defined in `db/mod.rs` as backend-agnostic (i.e. JSON should be only one of many possible formats) and a `db/json.rs` should be created for serialising to JSON specifically.
wojtek added the
enhancement
label 2023-03-29 01:23:28 +02:00
wojtek added this to the mvp (v0.1.0) milestone 2023-03-29 01:23:32 +02:00
wojtek changed title from Implement a JSON database to Database trait and JSON implementation 2023-03-29 01:24:01 +02:00
wojtek added reference 3---database-trait-and-json-implementation 2023-03-29 08:33:48 +02:00
wojtek added this to the (deleted) project 2023-04-27 11:49:34 +02:00
wojtek removed this from the (deleted) project 2023-04-27 11:50:16 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#3
No description provided.