How to interface with MySql 9.6?
realhet
real_het at hotmail.com
Thu Feb 19 23:51:13 UTC 2026
On Thursday, 19 February 2026 at 23:24:53 UTC, realhet wrote:
> On Thursday, 19 February 2026 at 23:02:37 UTC, Serg Gini wrote:
>> On Thursday, 19 February 2026 at 22:54:42 UTC, realhet wrote:
>>> If anyone knows, how can I use a lightweight sql server on my
> In the meantime I had success with:
> * mysql-d/mysql-native
> * MySql 5.7 (Win 64bit)
I've tried arsd.mysql too:
It seems larger, it pulls 31 modules from the mysql module.
I stuck because it requires the Postgres library too.
I commented out 2 lines from arsd.database.d:
```d
import arsd.postgres; // FIXME is this really postgres only?
looks like sqlite has no similar function... maybe make a view
then sqlite3_table_column_metadata ?
static assert(is(DriverType == PostgreSql), "Only implemented for
postgres right now");
```
Now it doesn't need needs pq.lib, but now the exe immediatelly
exits with no errors at start.
So I don't force it more. I will come back to it when I will
need MSSQL access in the future.
More information about the Digitalmars-d-learn
mailing list