sqlx
There are 505 repositories under sqlx topic.
SeaQL/sea-orm
🐚 An async & dynamic ORM for Rust
huandu/go-sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
SeaQL/sea-query
🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
AleksK1NG/Go-Clean-Architecture-REST-API
Golang Clean Architecture REST API example
spring-rs/spring-rs
🍃spring-rs is a application framework written in rust inspired by java's spring-boot
uptrace/opentelemetry-go-extra
OpenTelemetry instrumentations for Go
avito-tech/go-transaction-manager
Transaction manager for GoLang
zhashkevych/todo-app
🔥 REST API для приложения списков ToDo
NyxCode/ormx
bringing orm-like features to sqlx
ilibs/gosql
🐥The very simple ORM library for Golang
kurtbuilds/ormlite
An ORM in Rust for developers that love SQL.
AleksK1NG/Go-gRPC-RabbitMQ-microservice
Go gRPC RabbitMQ email microservice
JoeyMckenzie/realworld-rust-axum-sqlx
A fullstack RealWorld implementation using rust, axum, sqlx, and yew!
JasonShin/sqlx-ts
node.js compile-time SQL validations & type generations
OscarYuen/go-graphql-starter
This repository uses graph-gophers/graphql-go to build a starter web application
rusty-crab/warp-api-starter-template
A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
johnmai-dev/go-orm-helper
🚀🚀 A GoLand plugin that automatically provides database field completion, tags, and generates Structs for writing ORM code. Supports: Gorm、Xorm、Beego、GoFrame, etc. 一个为了让你在 Goland 上写 ORM 能自动补全数据库字段、Tag、生成Struct 的插件。支持:Gorm、Xorm、Beego、GoFrame...)
rushteam/gosql
golang orm and sql builder
Thiht/transactor
Transactor is an injectable type making DB transactions seamless.
heetch/sqalx
Nested transactions for sqlx
maxcountryman/underway
⏳ Durable step functions via Postgres.
kyawmyintthein/golangRestfulAPISample
Sample Restful app with chi router (golang)
BcnRust/devbcn-workshop
🦀🔨 DevBcn Workshop - Full Stack Rust - Actix - Postgres - Shuttle - Dioxus
jamesjmeyer210/actix_sqlx_mysql_user_crud
A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.
wpcodevo/rust-axum-jwt-auth
Are you interested in building a secure authentication system for your Rust web application? Look no further than the Axum framework and JSON Web Tokens (JWTs)! Axum is a fast and scalable Rust web framework that provides a reliable and efficient platform for developing microservices and APIs.
better-rs/learn-rs
learn rust
phogolabs/prana
Golang Database Management and Code Generation
zer0bin-dev/zer0bin
🖊️ // Just a place to paste
aarambh-darshan/rust-backend-axum
Master Rust backend development with Axum in this comprehensive tutorial. Learn user authentication, PostgreSQL integration, email verification, and secure APIs. Build scalable, production-ready apps using Rust. Source code and Postman collection available for easy testing.
biluohc/actixweb-sqlx-jwt
A jwt template project of actix-web and sqlx
philipdaquin/fullstack-movie-streaming-platform
📺 Netflix in Rust/ React-TS/ NextJS, Actix-Web, Async Apollo-GraphQl, Cassandra/ ScyllaDB, Async SQLx, Kafka, Redis, Tokio, Actix, Elasticsearch, Influxdb Iox, Tensorflow, AWS
springrain/zorm
Go轻量ORM,支持达梦(dm),金仓(kingbase),神通(shentong),南大通用(gbase),TDengine,mysql,postgresql,oracle,mssql,sqlite,db2,clickhouse...
ido50/sqlz
SQL Query Builder for Go
JoeyMckenzie/realworld-go-kit
Realworld implementation written with Go using Go kit!
gramistella/cornerstone
🚀 A production-ready, batteries-included Rust template for building full-stack applications fast.
wpcodevo/rust-axum-postgres-api
Are you interested in building a Rust API with CRUD functionalities using the Axum framework and PostgreSQL database? If so, you're in the right place! In this article, I will guide you through building a functional note-taking application API using Rust, Axum, SQLX, and PostgreSQL.