File: INSTALL.sqlite

package info (click to toggle)
ratbox-services 1.2.4%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,760 kB
  • ctags: 6,989
  • sloc: ansic: 76,435; sh: 17,527; cpp: 3,029; perl: 1,048; makefile: 740; pascal: 607; yacc: 256; lex: 232
file content (14 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sqlite3 database backend
------------------------

PREFIX here is the path of the prefix to which ratbox-services installed to.

If ratbox-services compiled sqlite itself, the sqlite3 binary can be
found in PREFIX/bin.

Then generate the schema:
	cd /path/to/source/tools/
	./generate-schema.pl

To initialise the database:
	sqlite3 PREFIX/etc/ratbox-services.db < /path/to/source/tools/schema-sqlite.txt