[Release] vSql - MySQL Async Library

Hi,
I can’t use the vSql API in my c# resource, Is there a special way?

vSql 1.6

  • Update MySqlConnector to 1.1.0

Binaries: https://github.com/warxander/vSql/releases/tag/v1.6

1 Like

Hi!

I’m not using FiveM C#, but I guess you could start from trying exports.

1 Like

I got this error, any ideas?

1 Like

I get the same error, suddenly. Im following this reply

I encounter this error when I start the server. Any recommendation?

vSql 1.8

  • Update MySqlConnector to 1.3.9
2 Likes

For some reason its still trying to connect to the localhost IP even tho its external database

Seems like Fxdk does not run the original start.cmd by default.
The entire Fxdk is running on a local server since it needs hot-reload.
vSql seems to work without fxdk if the server is started from start.cmd

Fxdk is good for quick scripts. But really bad dealing with complex resources that depend on other libs

It builds vSql.cs everytime you open fxdk, which never happened before in a default cfxserver coded in vscode.

A lot a of issues need to be fixed in fxdk.
The order resources are imported after build is also a big problem since they get a wrong order nothing seems to work after building complex projects,
really bad sdk in that aspect.

vSql 2.0

  • .NET Standard 2.0 target framework
  • MySqlConnector 2.2.6

Download