Move from yml to Bukkit Persistence #30


  • New
  • Enhancment
Open
Assigned to _ForgeUser8106975
  • _ForgeUser8106975 created this issue Jan 10, 2012
    Owner

    Courier is currently using Yaml and stores its database as messages.yml. This was by design during the beta phase to easily see the information in the database, also for beta testers.

    Now that Courier is growing up a move to a proper database is prudent. It seems Bukkit Persistence (Ebeans) would work and allows admins to use SQlite or MySQL as they see fit.

    I do not think this move will happen for 1.0.0, but soon thereafter.

  • _ForgeUser8106975 added the tags New Enhancment Jan 10, 2012
  • _ForgeUser8106975 posted a comment Feb 12, 2012

    Hard coding to SQLite to make testing easier. Courier will not need extreme database performance, and Ebeans is somewhat shaky as it is.


To post a comment, please login or register a new account.