Using SQLite instead of MySQL
This is pretty simple:
just set the 'type' to 'sqlite' and set the 'host' to the name of the file the database should be saved to. E.g.: dragons lair.db
Keep in mind the file needs to end with .db as a file type.
This is pretty simple:
just set the 'type' to 'sqlite' and set the 'host' to the name of the file the database should be saved to. E.g.: dragons lair.db
Keep in mind the file needs to end with .db as a file type.
Comments