mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
25 stars 11 forks source link

Sqlite Integration #9

Closed zachflower closed 6 years ago

zachflower commented 6 years ago

This PR adds sqlite support and updates player saving/loading functionality to use the new sqlite functionality.

To ease the use of sqlite across the codebase, a handful of helper functions have been added in db.c. A clear example of how each of these methods work can be seen in save.c.

3