Some help needed, will pay 200 dollar on paypal for first working example #1325
Unanswered
PeterNierop
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The MSSQL driver in SQLx is still (sadly) very much at an beta level of quality and completeness. If you need a more complete on in Rust, today, please consider using https://docs.rs/tiberius/0.5.15/tiberius/ instead. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I feel noob again. I write C most of my life and MSSQL stored procedures.
Recently I looked at Rust and like what I see. However... the tears, the screams of agony.. i bolted the door to my 16th floor balcony... I might cut myself at least twice a day just because I am sure it would work in C ... and not in Rust.
So, i have this problem that needs a solution. Hence my offer.
Imagine a simple UPD server. It gets a simple bigint. Imagine a lovely MSSQL server that is willing, nay eager to do something beautiful with the bigint.
The problem... how to do that with Rust. I would enjoy a pool, however just a connection is fine. It be nice if it is async, but that is not required either. We might have multiple threads but that too is not needed. Just grab the bigint and toss it to SQL. Remember it is a stored procedure, not a query. Every time the UDP server gets another bigint... same thing, so it should loop or stay listening.
Seems simple right...
So, first to provide a sample that works... i pay you 200 dollar for beer, dinner or whatever you like to use it for. And you have my gratitude.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions