Author Topic: Deepbot Database Type  (Read 1164 times)

0 Members and 1 Guest are viewing this topic.

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Deepbot Database Type
« on: August 14, 2015, 06:44:37 PM »
I have a dev working on a keyword giveaway system that will have VIP and Sub luck..  It will read the database from deepbot to determine each users luck.  He asked me what database type deepbot uses but I dont know so asking here.

Thanks in advance.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Deepbot Database Type
« Reply #1 on: August 14, 2015, 10:15:20 PM »
The main database is held in memory to ensure it is fast enough to deal with large channels.
The file where it is saved on disk is something called as a compressed binary file (not really a database, more of a memory dump), and will not be something an external application can read easily.