mustafakemalgilor / arduino-mssql

THIS PROJECT IS NOW DEPRECATED; PLEASE USE TDSLITE INSTEAD! https://github.com/mustafakemalgilor/tdslite A TDS 7.0 implementation for Arduino, allowing connection to Microsoft SQL Server and running queries. (using UIPEthernet or Ethernet)
MIT License
21 stars 11 forks source link

ESP32 and wifi #11

Open s56jsc opened 1 year ago

s56jsc commented 1 year ago

It will be great upgrade if you support also ESP32. It have more memory and of course WiFi connection. I'm not able to do it by my self

thanks

mustafakemalgilor commented 1 year ago

Hello @s56jsc !

"arduino-mssql" is a proof-of-concept work I've done in past and I have no development plans for it. But I also have great news in that regard.

I am currently working on a production-worthy successor for this project, named "tdslite". It is being written in pure C++11, without any reliance on the C++ standard library. I am planning to release its first beta release before the end of this year.

Naturally, it will support a wider board range than "arduino-mssql", given that it requires nothing else than a pure C++11-compliant compiler. I'll obtain some boards to test against, ESP32 definitely will be one of them.

Stay tuned :)

s56jsc commented 1 year ago

Thanks! I need this lib at end of this month :( In other case I will need to find something else. Problem is that I know something do in C, but C++ is out of my knowhow. I'm HW and PCB development, and I can support you with that. If you need me, don't hesitate to contact me!

HungYn commented 1 year ago

我也需要這功能 ESP32+MSSQL

NodeMCU-Kang commented 1 year ago

Hi @mustafakemalgilor, is your new "tdslite" released?

mustafakemalgilor commented 1 year ago

Hi @mustafakemalgilor, is your new "tdslite" released?

Hello @NodeMCU-Kang; it'll be released soon, I'm writing the documentation right now. I might release a beta version this Saturday.

NodeMCU-Kang commented 1 year ago

Hi @mustafakemalgilor, it's great to know tdslite will be released soon. I've been waiting for it for months. I really appreciate your works on arduino-mssql and coming tdslite.

mustafakemalgilor commented 1 year ago

Hello @NodeMCU-Kang, and all the people waiting for the tdslite;

The first beta version is now available, I encourage all of you to try: https://github.com/mustafakemalgilor/tdslite

There's still a lot to be done, but I believe it reached MVP point and could be useful for someone.

Please, start experimenting with it and report any issues you find. Any feedback is appreciated!

NodeMCU-Kang commented 1 year ago

Thank you @mustafakemalgilor very much for your great work. I'll give it a try and provide feedbacks. Have a good weekend.

s56jsc commented 1 year ago

Perfect! I will try it and report next week