davidhozic / discord-advertisement-framework

Automatic advertisements / shilling for Discord. GUI / Console, Multi-Accounts & More!

Home Page:http://daf.davidhozic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement:] SQL Logging - Store data as a table entry

davidhozic opened this issue · comments

Summary

Currently data history is stored in the JSON format since one of the data types is a discord.Embed, which is an extenal library.
The result is higher data usage and additionally extra steps have to be taken inside GUI if the data wants to be exported to a reusable format as a data template.

The goal is to store this data inside separate tables to increase the logging speed and reduce database size.

Basic Example

...

Unresolved questions

No response

Implementation complexity