react-native-mssql
react-native-mssql copied to clipboard
Can i connect my remote Mysql Db using this library ?
i Have Remote MySQL Database and i eant to connect to it without any server or rest api intearction i want to connect it directly apply my queries and fetch my data . Is this possible using this library ?
Unfortunately not. This plugin only leverages the MSSQL connection classes. It should be possible to accommodate MySQL databases but it will require code updating and testing