Skip to content

Plugin providing capabilities to use a MySQL database from a Pawn script

License

Notifications You must be signed in to change notification settings

LVPlayground/mysql-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-plugin

The MySQL plugin enables the Pawn runtime to communicate with a MySQL server in an asynchronous way, in order to not block execution of the rest of the gamemode. The plugin has currently been build against MySQL 5.5.

See BUILD.md for instructions on how to build this plugin on Windows. On Linux, just running make in the src directory should work.

Natives

See a_mysql.pwn for the native functions exposed by this function, and a generic explanation on how to use this plugin.

About

Plugin providing capabilities to use a MySQL database from a Pawn script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published