Author Topic: [D&D CharOp Software] Making a character generator (that supports constraints)  (Read 37757 times)

Offline kitep

  • DnD Handbook Writer
  • ****
  • Posts: 1948
  • Lookout World!
    • View Profile
Re: [D&D CharOp Software] Making a character generator (that supports constraints)
« Reply #120 on: September 16, 2012, 01:41:43 AM »
Database engines for use:
  According to the main purpose of this ("search by given parameters") it appears an SQL database would be a good start. That said, IMO:
- MySQL: it you're aiming for browser access - not a bad idea if you ask me...)
- SQLite: for either browser or Java or whatever access, my personal favorite in this case
- XML: workable, but... meh...

Is there a preferred Java whatchamacallit (library? wrapper?) for using SQLite with Java?

Offline Psithief

  • Lurker
  • *
  • Posts: 35
  • Can I haz your PP?
    • View Profile
Re: [D&D CharOp Software] Making a character generator (that supports constraints)
« Reply #121 on: September 16, 2012, 07:32:25 PM »
There's a JDBC driver.