iMtG Server: Gathering

Plus => Discussion => Topic started by: Indianslayer on November 15, 2015, 09:55:17 PM

Title: Database
Post by: Indianslayer on November 15, 2015, 09:55:17 PM
didnt know where to put this, but does anyone know what type of database is used to store all the information on this app? Also, would anyone know if the images are stored or is it just links that are stored? Only reason I'm asking is because I have a database class and have a final project that can be just on about anything. Was thinking magic, but don't really know where to start with a database.
Title: Re: Database
Post by: Piotr on December 20, 2015, 03:46:38 AM
Best to ask the maker, I suppose :P

The database is sqlite, a kind of SQL database. The images are links, as you use the database the images are stored in your device's cache.