COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211111134526/https://github.com/topics/sqlx
Here are
107 public repositories
matching this topic...
A flexible and powerful SQL string builder library plus a zero-config ORM.
🐚 An async & dynamic ORM for Rust
Updated
Nov 11, 2021
Rust
🐥 The very simple ORM library for Golang
This repository uses graph-gophers/graphql-go to build a starter web application
A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
golang orm and sql builder
Nested transactions for sqlx
bringing orm-like features to sqlx
Golang Clean Architecture REST API example
Sample Restful app with chi router (golang)
Golang Database Management and Code Generation
🔥 REST API для приложения списков ToDo
Go gRPC RabbitMQ email microservice
A jwt template project of actix-web and sqlx
Updated
Sep 20, 2021
Rust
A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.
Updated
Apr 14, 2021
Rust
Sqlx wrapper with round-robin load-balancing feature
Tide middleware for SQLx pooled connections & transactions
Updated
Apr 19, 2021
Rust
Basic CRUD api using Rust / Tide / Sqlx / Postgresql
强大的 SQL 语法拓展,目标是打造 "易读易写 方便维护" 的 sql 脚本 | SQL Extension
Updated
Apr 10, 2020
Python
Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs
Exemplary real world app built with Rust + Actix/Hyper/Warp/Tide/Roa + Diesel/SQLx
Updated
Apr 22, 2020
Rust
Database seeds. CLI and Golang library.
Generates Go code that matches your Postgres tables
SQL driver mock for go with github.com/jmoiron/sqlx support
This is a Golang sample of repository design pattern.
A library for preparing test data from yaml files in Rust.
Updated
Jul 10, 2020
Rust
Sqlx Adapter for Casbin V2
Improve this page
Add a description, image, and links to the
sqlx
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sqlx
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, null values from the query results do not map and rather error out when trying to map to a struct's value type field. This however works if the target field is a pointer.
If the resulting value is null and the target is a value type field, resort to the default value
i.e., if the record
1, John, doe, john@doe.com, nullis being mapped to the following struct