|
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
If you want to use this instead of mysql-async you will have to change every line of mysql-async query code to oxmysql export and remove mysql-async from fxmanifest To be honest I would first try this resource on development server to see if all queries are compatible
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
Version 1 6 1 available At this point the resource is essentially a drop-in replacement for MySQL-async if you don’t wish to use the exports directly; let me know if you encounter any issues that aren’t by design This update resolves nil parameters being undefined and resulting in failed queries, so you can enjoy inserting null into your tables til your hearts content
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
Release v1 5 0 · overextended oxmysql Features Add support for semicolon connection strings (Linden) Imports file for "mysql-async" like usage (Linden) ci: Include mysql-async compat library (Dunak) Chores Bump to 1 5 0 (dunak-debug)
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
Added support for mysql_debug true false convar - this will log both query and parameters with execution time into console You can swap MySQL Ready() right away with Citizen CreateThread(), mysql connection will be ready on-demand after resource startup first query
- Ox_inventory error: ox_inventory was unable to execute a query!
11:17:13 [ resources] Stopping resource ox_inventory 11:17:13 [ c-scripting-core] Creating script environments for ox_inventory 11:17:13 [ resources] Started resource ox_inventory 11:17:13 [ script:oxmysql] Error: ox_inventory was unable to execute a query! 11:17:13 [ script:oxmysql] Query: INSERT IGNORE INTO licenses (type, label) VALUES (?, ?) 11:17:13 [ script:oxmysql] [“weapon
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
I’ve pushed some changes to make minor improvements on the logging and add some experimental sync exports The new exports aren’t having any issues and run a little faster, however they do require a non-recommended build and so they are disabled by default If you want to use them just remove the comment block and delete disable the lua wrapper (and use a compatible artifact, I believe
- [Free] oxmysql - asynchronous MySQL wrapper - Cfx. re Community
Can this work along with MySQL Async, meaning would I be able to ensure both resources in the server config and they wouldn’t have conflicts? I really wanna test this resource on my inventory mod and see if it has some performance gains but well, don’t wanna do that if I’m forced to also port the other queries of the other 80+ resources to oxmysql I ask this because of the compatibility
- Video on how to setup database: - Cfx. re Community
What is a database? A “database” is basically a file that saves data created by certain scripts or files being imported into your server that can later on be called importing all the data for a specific player or script allowing you to use anything you had prior again just from your database importing it back into the server for you to use Once you disconnect from your server, everything
|
|
|