I have an Electron app which connects to a sphinx search engine server using a mysql client with only server and port parameters(localhost, 9306). Is there an equivalent delphi/lazarus library capable of connecting to mysql? Like the SQLite3-Delphi-FPC library for sqlite for example. I'm searching and searching but couldn't find any. I would prefer a library instead of a visual component.