Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

[feat] Database Integration #2

Closed
5 of 6 tasks
RalphORama opened this issue Dec 9, 2020 · 0 comments
Closed
5 of 6 tasks

[feat] Database Integration #2

RalphORama opened this issue Dec 9, 2020 · 0 comments
Assignees
Labels
database Issues related to the database enhancement New feature or request

Comments

@RalphORama
Copy link
Member

RalphORama commented Dec 9, 2020

The limiting factor for this project right now is getting database integration up and running.

The DB functionality should be accessible from individual cogs so database logic can be abstracted out to its respective functions.

We need tables to store data for:

  • users
  • presents
  • servers

Functionality that we still need to add:

  • Bot interactions with the database
  • PostgreSQL integration (instead of sqlite in memory)
  • A real test suite (see [CI] Unit Tests #6)
@RalphORama RalphORama added the enhancement New feature or request label Dec 9, 2020
@RalphORama RalphORama added database Issues related to the database python labels Dec 9, 2020
@RalphORama RalphORama self-assigned this Dec 12, 2020
@RalphORama RalphORama removed the python label Dec 14, 2020
@RalphORama RalphORama changed the title Database Integration [feat] Database Integration Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
database Issues related to the database enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants