SQLite?

Discussion in 'Bukkit Help' started by nichiatu, Jan 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    nichiatu

    What is this, and why do the updated plugins use this? Is this some sort of updater for the plugins?
     
  2. Offline

    Abrupt

    SQLite is basically a database to store information for mods (which takes up less space if the plugins just wrote directly to your hard drive).
     
  3. Offline

    nichiatu

    So do I need to install any software or anything, like apache or anything like that?
     
  4. Offline

    escherial

    There's no need to install extra software, which is one of the nice things that differentiates SQLite from other databases. Rather than having to run a database server, SQLite is a library that allows a program to treat a file as though it were a relational database, eliminating the need for extra software. As long as your program (in this case, Bukkit and its associated plugins) has read/write access to the file, it has access to a database.
     
  5. Offline

    nichiatu

    That's amazing. Thanks for the help. :D
     
Thread Status:
Not open for further replies.

Share This Page