[Feature]: Implement database handler #1

Closed
opened 2024-11-13 14:50:40 -03:00 by anavarro · 0 comments
Member

Type of Feature

New Feature

Description

Implement the basic database connections and methods.

Completion criteria

  • Implement an API that receives a database handler and returns a struct with a high level implementation of the library
  • Bootstrap database initialization if is not found
  • Implement graph like functionality
    • CRUD node, a node should be marshall from a user provided struct which implements an interface
    • CRUD edge, this should be from one node to another (Ex: node_a.setEdge(node_b, 'belogns_to', args)

Additional Information

No response

### Type of Feature ✨ New Feature ### Description Implement the basic database connections and methods. ### Completion criteria - [x] Implement an API that receives a database handler and returns a struct with a high level implementation of the library - [x] Bootstrap database initialization if is not found - [x] Implement graph like functionality - CRUD node, a node should be marshall from a user provided struct which implements an interface - CRUD edge, this should be from one node to another (Ex: `node_a.setEdge(node_b, 'belogns_to', args`) ### Additional Information _No response_
anavarro added the
Priority
Critical
Severity
High
Type
Feature
Status
Accepted
labels 2024-11-13 14:50:40 -03:00
anavarro added this to the v0.1.0 - [E]TL milestone 2024-11-13 14:55:28 -03:00
anavarro started working 2024-11-13 14:55:30 -03:00
anavarro stopped working 2024-11-18 13:27:09 -03:00
4 days 22 hours
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Total time spent: 4 days 22 hours
anavarro
4 days 22 hours
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: alecodes/synchronizator-go#1
No description provided.