SQLite

Discussion in 'Plugin Development' started by HackintoshMan, Jul 8, 2013.

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

    HackintoshMan

    I would like to start to use SQLite for my plugins database backbone, but I cant find any information on the site. Do any of you have any suggestions?
     
  2. Offline

    AmShaegar

  3. Offline

    HackintoshMan

    Its a bit behind...1.4.7
     
  4. Offline

    hawkfalcon

    Why SQLite?
     
  5. Offline

    HackintoshMan

    For smaller servers who do not have access to MySQL
     
  6. Offline

    AmShaegar

    So what? SQLibrary uses no NMS code and works fine for every version. It does not even access Bukkit so version is completly irrelevant.
     
  7. Offline

    HackintoshMan

    So now I have to make it a dependency?
     
  8. Offline

    AmShaegar

    That was my first intention. You could do it manually as well(but I don't know how) or search for a wrapper class.
     
  9. Offline

    HackintoshMan

    I guess I need to find a wrapper.
     
  10. Offline

    AmShaegar

    Well, either use a plugin library like SQLibrary or think about how to export your dependecies before you start. I did this for mail sending two days ago and it was a mess. You will always need a dependency of some sort.
     
Thread Status:
Not open for further replies.

Share This Page