Thread overview
Is there any working SQLite driver for windows?
Dec 26, 2018
Suliman
Dec 26, 2018
Andre Pany
Dec 26, 2018
Suliman
Dec 26, 2018
Suliman
December 26, 2018
Yesterday I tried several sqlite drivers and all of them have some issue that make it's build on Windows impossible.

Few examples https://github.com/huntlabs/hunt-database/issues/24

https://github.com/biozic/d2sqlite3/issues/51


December 26, 2018
On Wednesday, 26 December 2018 at 08:19:03 UTC, Suliman wrote:
> Yesterday I tried several sqlite drivers and all of them have some issue that make it's build on Windows impossible.
>
> Few examples https://github.com/huntlabs/hunt-database/issues/24
>
> https://github.com/biozic/d2sqlite3/issues/51

You can look here. It is a on German but Google translator does a good job
http://d-land.sepany.de/tutorials/datenbanken/sqlite-erste-schritte/

Kind regards
Andre
December 26, 2018
On Wednesday, 26 December 2018 at 11:06:02 UTC, Andre Pany wrote:
> On Wednesday, 26 December 2018 at 08:19:03 UTC, Suliman wrote:
>> Yesterday I tried several sqlite drivers and all of them have some issue that make it's build on Windows impossible.
>>
>> Few examples https://github.com/huntlabs/hunt-database/issues/24
>>
>> https://github.com/biozic/d2sqlite3/issues/51
>
> You can look here. It is a on German but Google translator does a good job
> http://d-land.sepany.de/tutorials/datenbanken/sqlite-erste-schritte/
>
> Kind regards
> Andre

Thanks, but also do not working https://github.com/adamdruppe/arsd/issues/180
December 26, 2018
On Wednesday, 26 December 2018 at 12:13:27 UTC, Suliman wrote:
> On Wednesday, 26 December 2018 at 11:06:02 UTC, Andre Pany wrote:
>> On Wednesday, 26 December 2018 at 08:19:03 UTC, Suliman wrote:
>>> Yesterday I tried several sqlite drivers and all of them have some issue that make it's build on Windows impossible.
>>>
>>> Few examples https://github.com/huntlabs/hunt-database/issues/24
>>>
>>> https://github.com/biozic/d2sqlite3/issues/51
>>
>> You can look here. It is a on German but Google translator does a good job
>> http://d-land.sepany.de/tutorials/datenbanken/sqlite-erste-schritte/
>>
>> Kind regards
>> Andre
>
> Thanks, but also do not working https://github.com/adamdruppe/arsd/issues/180

My mistake. Adam's lib works.