Jump to content

Database: Difference between revisions

175 bytes added ,  23 August 2016
no edit summary
(Created page with "Zandronum has database support, allowing you to persist data across server restarts. Note: You need to have port 10666 forwarded to test this online. == Database Functions =...")
 
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ACSWarning}}
Zandronum has database support, allowing you to persist data across server restarts.
Zandronum has database support, allowing you to persist data across server restarts.


Line 124: Line 126:


However, if you know a little bit of non-ACS programming or scripting, you can connect to the on-disk database with any language that supports SQLite3 and do whatever you want with it, including sending it someplace else over a network.  If this sounds like fun, but you have no programming experience aside from ACS, this author recommends [https://www.python.org/ Python] since it works on Windows, Linux and OSX and comes with [https://docs.python.org/3/library/sqlite3.html sqlite3] support out of the box.
However, if you know a little bit of non-ACS programming or scripting, you can connect to the on-disk database with any language that supports SQLite3 and do whatever you want with it, including sending it someplace else over a network.  If this sounds like fun, but you have no programming experience aside from ACS, this author recommends [https://www.python.org/ Python] since it works on Windows, Linux and OSX and comes with [https://docs.python.org/3/library/sqlite3.html sqlite3] support out of the box.
== Examples ==
{{Noexamples}}
== See also ==
* [https://zandronum.com/forum/viewtopic.php?f=94&t=6993 Databases, accounts, and you. Part 1: basic tutorial.]


[[Category:Level_Development]]
[[Category:Level_Development]]