#sqlx search results

how to set connection string such as sessionVariables=transaction_isolation='READ-COMMITTED' using sqlx in Golang stackoverflow.com/questions/6425… #go #mysql #sqlx

overflow_meme's tweet image. how to set connection string such as sessionVariables=transaction_isolation='READ-COMMITTED' using sqlx in Golang stackoverflow.com/questions/6425… #go #mysql #sqlx

Loving @golang ! With #goswagger and #sqlx it is so much faster and too little code that you might have to write to implement the business logic.


When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings

How can anyone introduce a dependency in an unaudited CLI tool that doesn't even bother to explain the SIDE EFFECTS in the README, you have to search the code to see the schema of a table it is creating in your database. I'm just a hater on poorly documented code #sqlx #Rust

DrConopoima's tweet image. How can anyone introduce a dependency in an unaudited CLI tool that doesn't even bother to explain the SIDE EFFECTS in the README, you have to search the code to see the schema of a table it is creating in your database. I'm just a hater on poorly documented code #sqlx #Rust

"#sqlx can make your life easier, and if you don't need a whole ORM library in your #Golang code" - @rettetdemdativ #programming #webdev #code #WebServices

viennagouser's tweet image. "#sqlx can make your life easier, and if you don't need a whole ORM library in your #Golang code" - @rettetdemdativ

#programming #webdev #code #WebServices

Anyone else with this error? #rust #sqlite #sqlx

rahulkp220's tweet image. Anyone else with this error? #rust #sqlite #sqlx

DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled. #neovim #compiletime #warnings #errors

robisarkozi's tweet image. DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled.

#neovim #compiletime #warnings #errors

This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings


This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings

When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings


Phase 3 of my JPMorgan Chase Forage Rust backend is complete! Real-time Kafka → SQLite pipeline in Rust. No Spring, no JPA — just async Rust 🦀 🔗 github.com/ManthanN75/JPM… #rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

Manthan75's tweet image. Phase 3 of my JPMorgan Chase Forage Rust backend is complete!

Real-time Kafka → SQLite pipeline in Rust.
No Spring, no JPA — just async Rust 🦀

🔗 github.com/ManthanN75/JPM…

#rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it! github.com/launchbadge/sq… @rustlang

KenTheJr_v1's tweet image. I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it!

github.com/launchbadge/sq…

@rustlang

🚀 My first completed project in Rust! Built a simple Todo List with Hexagonal Architecture + full CRUD. 🦀 Backend: Axum 🗄️ DB: PostgreSQL with SQLx 📦 Easy to run with Dockerfile Check it out 👉 github.com/M0o4/todo_list… #rustlang #axum #sqlx #hexagon #opensource

github.com

GitHub - M0o4/todo_list_hexagon

Contribute to M0o4/todo_list_hexagon development by creating an account on GitHub.


Been building an API Server using #Tide and #sqlx with @rustlang. Super nice. The server is only using 2mb of ram. So crazy.


Standalone reflection library driving #sqlx and @ScyllaDB #gocqlx github.com/scylladb/go-re… automate manual binding everywhere with cached #reflection #golang


query_as! にすると途端にエラーになる。 query_as では結果取得からマッピングまで普通に動いているのになぜ。 #rustlang #sqlx


Phase 3 of my JPMorgan Chase Forage Rust backend is complete! Real-time Kafka → SQLite pipeline in Rust. No Spring, no JPA — just async Rust 🦀 🔗 github.com/ManthanN75/JPM… #rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

Manthan75's tweet image. Phase 3 of my JPMorgan Chase Forage Rust backend is complete!

Real-time Kafka → SQLite pipeline in Rust.
No Spring, no JPA — just async Rust 🦀

🔗 github.com/ManthanN75/JPM…

#rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it! github.com/launchbadge/sq… @rustlang

KenTheJr_v1's tweet image. I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it!

github.com/launchbadge/sq…

@rustlang

Déployez gratuitement vos backends en #rust avec @shuttle_dev pour vos projets perso ! Compatible avec entre autres #Axum et #Sqlx ! dotmobo.github.io/shuttle-rs.htm… #dev


【编程实录 | Rust】通过 SQLx 异步操作 SQLite 数据库【星ノ谷雪風】(变声器) bilibili.com/video/BV1Gb421… #Rust #SQLx #Toxio #SQLite3

SETSUIKI_HYORYU's tweet image. 【编程实录 | Rust】通过 SQLx 异步操作 SQLite 数据库【星ノ谷雪風】(变声器)
bilibili.com/video/BV1Gb421…
#Rust #SQLx #Toxio #SQLite3

rust sqlx の #[sqlx::test] めちゃくちゃ便利。Test用のdb connectionを勝手に作成してくれて、テストドロップ時には rollbackもしてくれてテスト用のDI用意しなくてもテストかけるから楽 #rust #sqlx docs.rs/sqlx/latest/sq…


#NoORM #ftw These days I'm using #sqlx in #Rust (getting compile-time validation) + the various "chatgpt" tools helping to write both the raw SQL and the boilerplate-y code. Even with the "you need to beat the AIs into submission", it's better than all of the extra BS from ORMs.

Is it just me that straight up prefers raw dogging SQL over using an ORM?



A proc macro excursion - implementing a query mapper with #rustlang and #sqlx


I cannot stress how good working in rust was, once we got up to speed. Sure, we hit the occasional lifetime/async issue, but overall? So dang good. #rust #htmx #sqlx


#SQL question: Why do we have this syntax order [expression] AS [alias] for renaming tables and columns, but for common table expressions, we have this syntax order WITH [alias] AS [expression] ? 🧐 #SQLtwitter #SQLx


DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled. #neovim #compiletime #warnings #errors

robisarkozi's tweet image. DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled.

#neovim #compiletime #warnings #errors

This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings


This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings

When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings


When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings

how to set connection string such as sessionVariables=transaction_isolation='READ-COMMITTED' using sqlx in Golang stackoverflow.com/questions/6425… #go #mysql #sqlx

overflow_meme's tweet image. how to set connection string such as sessionVariables=transaction_isolation='READ-COMMITTED' using sqlx in Golang stackoverflow.com/questions/6425… #go #mysql #sqlx

Loving @golang ! With #goswagger and #sqlx it is so much faster and too little code that you might have to write to implement the business logic.


How can anyone introduce a dependency in an unaudited CLI tool that doesn't even bother to explain the SIDE EFFECTS in the README, you have to search the code to see the schema of a table it is creating in your database. I'm just a hater on poorly documented code #sqlx #Rust

DrConopoima's tweet image. How can anyone introduce a dependency in an unaudited CLI tool that doesn't even bother to explain the SIDE EFFECTS in the README, you have to search the code to see the schema of a table it is creating in your database. I'm just a hater on poorly documented code #sqlx #Rust

When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings

"#sqlx can make your life easier, and if you don't need a whole ORM library in your #Golang code" - @rettetdemdativ #programming #webdev #code #WebServices

viennagouser's tweet image. "#sqlx can make your life easier, and if you don't need a whole ORM library in your #Golang code" - @rettetdemdativ

#programming #webdev #code #WebServices

Anyone else with this error? #rust #sqlite #sqlx

rahulkp220's tweet image. Anyone else with this error? #rust #sqlite #sqlx

DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled. #neovim #compiletime #warnings #errors

robisarkozi's tweet image. DB errors in compile-time error in #rustlang when #sqlx finds incorrect query, like database name misspelled.

#neovim #compiletime #warnings #errors

This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings


Phase 3 of my JPMorgan Chase Forage Rust backend is complete! Real-time Kafka → SQLite pipeline in Rust. No Spring, no JPA — just async Rust 🦀 🔗 github.com/ManthanN75/JPM… #rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

Manthan75's tweet image. Phase 3 of my JPMorgan Chase Forage Rust backend is complete!

Real-time Kafka → SQLite pipeline in Rust.
No Spring, no JPA — just async Rust 🦀

🔗 github.com/ManthanN75/JPM…

#rustlang #kafka #sqlx #backend #forage #opensource #JPMorgan

I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it! github.com/launchbadge/sq… @rustlang

KenTheJr_v1's tweet image. I'm super proud of #SQLx getting included in @JetBrains RustRover! Austin is killing it!

github.com/launchbadge/sq…

@rustlang

This is how we roll with #rustlang! #sqlx showing that a table name is misspelled in the query, and the table doesn't exist. Of course, the code doesn't build. #neovim #compiletime #warnings

robisarkozi's tweet image. This is how we roll with #rustlang!

#sqlx showing that a table name is misspelled in the query, and the table doesn't exist.
Of course, the code doesn't build.

#neovim #compiletime #warnings

When sqlx::query_as!() tells you compile-time that you don't have a DB connection! #rustlang #sqlx #query_as #macro #compiletime #warnings

robisarkozi's tweet image. When sqlx::query_as!() tells you compile-time that you don't have a DB connection!

#rustlang #sqlx #query_as #macro #compiletime #warnings


Loading...

Something went wrong.


Something went wrong.


United States Trends