PennMUSH Community

Ticket #7258 (closed suggested feature: fixed)

Opened 2 years ago

Last modified 2 years ago

sqlite

Reported by: raevnos Assigned to: raevnos
Priority: minor Milestone: 1.8.3p2
Keywords: sql Cc:
Visibility: Public

Description

Add sqlite support. Nice for people who want to play with sql but don't want to set up a full-fledged sql server.

Also: Move server-specific code into seperate files out of sql.c. Maybe have some sort of standard set of functions. (This is one case where modules or even OO would be nice.)

Also: Do we want to support multiple sql servers in one binary, or choose 1 of the available options?

+1 for the latter.

Change History

04/23/07 18:34:23 changed by raevnos

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.8.3p2.

Done in the autoconf branch. Picking which of several present SQL servers to use is run-time. Too lazy on splitting up into different files. Maybe if we ever do modules...