An open API service providing repository metadata for many open source software ecosystems.

Topic: "sqlx"

SeaQL/sea-orm

🐚 An async & dynamic ORM for Rust

Language: Rust - Size: 17 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 8,170 - Forks: 571

huandu/go-sqlbuilder

A flexible and powerful SQL string builder library plus a zero-config ORM.

Language: Go - Size: 329 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 1,541 - Forks: 122

SeaQL/sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite

Language: Rust - Size: 2.73 MB - Last synced at: 7 days ago - Pushed at: 10 days ago - Stars: 1,385 - Forks: 206

AleksK1NG/Go-Clean-Architecture-REST-API

Golang Clean Architecture REST API example

Language: Go - Size: 613 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 888 - Forks: 155

spring-rs/spring-rs

🍃spring-rs is a application framework written in rust inspired by java's spring-boot

Language: Rust - Size: 2.69 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 675 - Forks: 35

uptrace/opentelemetry-go-extra

OpenTelemetry instrumentations for Go

Language: Go - Size: 1.6 MB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 341 - Forks: 71

NyxCode/ormx

bringing orm-like features to sqlx

Language: Rust - Size: 107 KB - Last synced at: 1 day ago - Pushed at: 8 months ago - Stars: 296 - Forks: 33

ilibs/gosql

🐥The very simple ORM library for Golang

Language: Go - Size: 227 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 295 - Forks: 39

zhashkevych/todo-app

🔥 REST API для приложения списков ToDo

Language: Go - Size: 127 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 282 - Forks: 63

avito-tech/go-transaction-manager

Transaction manager for GoLang

Language: Go - Size: 395 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 263 - Forks: 13

kurtbuilds/ormlite

An ORM in Rust for developers that love SQL.

Language: Rust - Size: 640 KB - Last synced at: 3 days ago - Pushed at: 18 days ago - Stars: 258 - Forks: 14

AleksK1NG/Go-gRPC-RabbitMQ-microservice

Go gRPC RabbitMQ email microservice

Language: Go - Size: 304 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 257 - Forks: 51

JoeyMckenzie/realworld-rust-axum-sqlx

A fullstack RealWorld implementation using rust, axum, sqlx, and yew!

Language: Rust - Size: 1.96 MB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 247 - Forks: 21

OscarYuen/go-graphql-starter

This repository uses graph-gophers/graphql-go to build a starter web application

Language: Go - Size: 5.39 MB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 214 - Forks: 52

JasonShin/sqlx-ts

node.js compile-time SQL validations & type generations

Language: Rust - Size: 2.96 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 208 - Forks: 7

rusty-crab/warp-api-starter-template 📦

A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️

Language: Rust - Size: 173 KB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 198 - Forks: 16

rushteam/gosql

golang orm and sql builder

Language: Go - Size: 375 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 180 - Forks: 22

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...)

Language: Java - Size: 41.6 MB - Last synced at: about 21 hours ago - Pushed at: about 1 month ago - Stars: 178 - Forks: 10

heetch/sqalx

Nested transactions for sqlx

Language: Go - Size: 54.7 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 159 - Forks: 25

Thiht/transactor

Transactor is an injectable type making DB transactions seamless.

Language: Go - Size: 267 KB - Last synced at: 7 days ago - Pushed at: 12 days ago - Stars: 141 - Forks: 3

kyawmyintthein/golangRestfulAPISample

Sample Restful app with chi router (golang)

Language: Go - Size: 72.5 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 131 - Forks: 34

BcnRust/devbcn-workshop

🦀🔨 DevBcn Workshop - Full Stack Rust - Actix - Postgres - Shuttle - Dioxus

Language: Rust - Size: 9.13 MB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 124 - Forks: 18

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.

Language: Rust - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 119 - Forks: 14

jamesjmeyer210/actix_sqlx_mysql_user_crud

A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.

Language: Rust - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 108 - Forks: 24

phogolabs/prana

Golang Database Management and Code Generation

Language: Go - Size: 789 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 106 - Forks: 2

maxcountryman/underway

⏳ Durable step functions via Postgres.

Language: Rust - Size: 436 KB - Last synced at: 2 days ago - Pushed at: 11 days ago - Stars: 98 - Forks: 5

zer0bin-dev/zer0bin

🖊️ // Just a place to paste

Language: TypeScript - Size: 5.72 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 94 - Forks: 9

biluohc/actixweb-sqlx-jwt

A jwt template project of actix-web and sqlx

Language: Rust - Size: 146 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 91 - Forks: 17

better-rs/learn-rs

learn rust

Language: Rust - Size: 6.79 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 86 - Forks: 8

springrain/zorm

Go轻量ORM,支持达梦(dm),金仓(kingbase),神通(shentong),南大通用(gbase),TDengine,mysql,postgresql,oracle,mssql,sqlite,db2,clickhouse...

Language: Go - Size: 1.19 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 71 - Forks: 6

JoeyMckenzie/realworld-go-kit

Realworld implementation written with Go using Go kit!

Language: Go - Size: 19.5 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 63 - Forks: 9

ido50/sqlz

SQL Query Builder for Go

Language: Go - Size: 114 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 62 - Forks: 29

AarambhDevHub/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.

Language: Rust - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 61 - Forks: 11

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.

Language: Rust - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 6

casbin-rs/sqlx-adapter

Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs

Language: Rust - Size: 214 KB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 54 - Forks: 28

wpcodevo/rust-postgres-crud-sqlx

In this article, you'll learn how to build a CRUD API in Rust using SQLX, Actix-web, and PostgreSQL. Learning how to build a CRUD API as a developer will equip you with valuable skills for building robust, maintainable, and scalable applications.

Language: Rust - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 50 - Forks: 6

wpcodevo/fullstack-rust-app

In this article, I'll walk you through the process of building a backend API using the Actix web framework, SQLX, PostgreSQL, and Docker.

Language: Rust - Size: 51.8 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 48 - Forks: 3

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

Language: Rust - Size: 35.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 48 - Forks: 10

MattDelac/tiny_orm

A tiny ORM for CRUD operations built on top of SQLx QueryBuilder.

Language: Rust - Size: 161 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 47 - Forks: 2

albertwidi/sqlt

Sqlx wrapper with round-robin load-balancing feature

Language: Go - Size: 36.1 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 46 - Forks: 22

devhatt/pet-dex-backend

Language: Go - Size: 8.03 MB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 44 - Forks: 57

danvergara/seeder

Insert records into a database programatically

Language: Go - Size: 180 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 43 - Forks: 1

Victov/wrath-rs

A very functionally incomplete World of Warcraft: Wrath of the Lich King server emulator written in pure rust.

Language: Rust - Size: 1.93 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 42 - Forks: 8

eaze/tide-sqlx

Tide middleware for SQLx pooled connections & transactions

Language: Rust - Size: 46.9 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 40 - Forks: 9

zhashkevych/go-sqlxmock Fork of DATA-DOG/go-sqlmock

SQL driver mock for go with github.com/jmoiron/sqlx support

Language: Go - Size: 281 KB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 40 - Forks: 7

pepoviola/tide-basic-crud

Basic CRUD api using Rust / Tide / Sqlx / Postgresql

Language: Rust - Size: 63.5 KB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 36 - Forks: 4

yree/mash

🥔 as simple as potatoes

Language: Dockerfile - Size: 39.1 KB - Last synced at: about 4 hours ago - Pushed at: about 6 hours ago - Stars: 33 - Forks: 2

jmmv/iii-iv

Opinionated framework for web services

Language: Rust - Size: 348 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 30 - Forks: 2

iamsauravsharma/sqlx_migrator

SQLX migration using Rust insted of SQL

Language: Rust - Size: 4.43 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 30 - Forks: 3

wpcodevo/rust-axum-mysql

In this article, you'll discover how to use the Axum framework to build a RESTful API in Rust that supports basic CRUD (Create, Read, Update, Delete) operations against a MySQL database.

Language: Rust - Size: 27.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 5

eldimious/rust-api-ddd

Rust API server showcase heavily influenced by the DDD, Clean Architecture and Hexagonal Architecture, using PostgreSQL.

Language: Rust - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 3

taojy123/sqlx

强大的 SQL 语法拓展,目标是打造 "易读易写 方便维护" 的 sql 脚本 | SQL Extension

Language: Python - Size: 186 KB - Last synced at: 9 days ago - Pushed at: about 5 years ago - Stars: 29 - Forks: 7

axumrs/axum-rs

AXUM中文网

Language: Rust - Size: 339 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 28 - Forks: 12

Bechma/realworld-actix-fullstack

Realworld Fullstack with Rust + Tera + SQLx

Language: Rust - Size: 407 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 4

wpcodevo/rust-jwt-hs256

In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.

Language: Rust - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 27 - Forks: 5

seanpmyers/loremaster

Life/self managment software

Language: Rust - Size: 2.15 MB - Last synced at: 7 days ago - Pushed at: 7 months ago - Stars: 26 - Forks: 0

gmhafiz/golang-database-library-orm-example

Examples of using various popular database libraries and ORM in Go.

Language: Go - Size: 512 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 4

kaleidawave/axum-shuttle-postgres-authentication-demo

Full stack authenticated site built in Rust with Axum, Postgres and Shuttle

Language: Rust - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 24 - Forks: 9

wpcodevo/rust-mysql-crud-sqlx

In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.

Language: Rust - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 23 - Forks: 4

Blank-Xu/sqlx-adapter

sqlx Adapter for Casbin V2

Language: Go - Size: 123 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 22 - Forks: 7

Silwings-git/one-click-launch

一键启动是专注于提升操作效率的资源管理工具,支持快速批量启动多种类型资源。核心解决多任务场景下的重复操作痛点。One-Click Launch is a resource management tool focused on enhancing operational efficiency, supporting the rapid batch launching of various types of resources. It addresses the pain points of repetitive operations in multitasking scenarios.

Language: Vue - Size: 1.49 MB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 22 - Forks: 2

AxumCourse/axum-with-seaorm

axum.rs专题:axum使用SeaORM

Language: Rust - Size: 62.5 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 22 - Forks: 2

ihahoo/rust-actix-rest-api-boilerplate

A Rust RESTful API server with actix-web

Language: Rust - Size: 94.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 21 - Forks: 4

x-ream/sqlxb

sql query builder of golang, build sql for go framework: sqlx, gorp... while ignore building nil or empty string

Language: Go - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 21 - Forks: 4

ananta/FlashSwipe

A Flashcard app built using React Native on the frontend & Rust on the backend. This app was built as a coursework for the class "Software Development Methodology"

Language: TypeScript - Size: 8.79 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 3

svelterust/todo

Todo application written in Rust and SvelteKit

Language: Rust - Size: 95.7 KB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 2

edo1z/rust-axum-sqlx-sample

Rust Axum+SQLx Sample

Language: Rust - Size: 157 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 19 - Forks: 3

naamancurtis/bazaar

A fully async Rust GraphQL Server hosting a small example e-Commerce (like) platform.

Language: Rust - Size: 602 KB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 1

ohkami-rs/sqlx-d1

SQLx for Cloudflare D1.

Language: Rust - Size: 119 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 18 - Forks: 2

Brix101/rust-rest-boilerplate

A simple CRUD backend app using Axum, Sqlx, Validator & JWT

Language: Rust - Size: 102 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 2

0xquantech/rust-tutorials

Various coding examples in Rust. This is for passionate newbie Rustaceans who wants to change the world with Rust!

Language: Rust - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 18 - Forks: 2

Riktastic/Axium

An example API built with Rust, Axum, SQLx, and PostgreSQL.

Language: Rust - Size: 413 KB - Last synced at: about 4 hours ago - Pushed at: 13 days ago - Stars: 17 - Forks: 1

memwey/casbin-sqlx-adapter

sqlx adapter for Casbin https://github.com/casbin/casbin

Language: Go - Size: 22.5 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 10

Paperchain/papergres

A micro-ORM written in golang for postgres

Language: Go - Size: 65.4 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 3

Ikramzv/rustle

Rustle - social media application written in pure Rust

Language: Rust - Size: 116 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 16 - Forks: 1

raditzlawliet/rust-notes-rest-axum-sqlx

Medium: Building Notes CRUD REST API with Rust and MySQL using Axum & SQLx

Language: Rust - Size: 268 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 16 - Forks: 4

veoco/rumo

博客后端程序

Language: Rust - Size: 275 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 16 - Forks: 1

chenquan/sqltrace

A low-code intrusion library that provides SQL tracing capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, TDengine, etc.) and ORM libraries for various relational database (gorm, xorm, sqlx, ent, etc.)

Language: Go - Size: 327 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 2

Judduuk/rust-starter-pack

Rust Starter Pack - With Tokio Axum, Sqlx, Docker, DB Migrations, Codegen, and more! Project is inspired by Ardan Labs Ultimate Service.

Language: Rust - Size: 11.2 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 0

jeromer/sqrible

Generates Go code that matches your Postgres tables

Language: Go - Size: 28.3 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 15 - Forks: 2

vazw/siamstr

siamstr.com Nostr Address Provider written in Rust.

Language: Rust - Size: 428 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 14 - Forks: 3

wpcodevo/rust-user-signup-forgot-password-email

In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.

Language: Rust - Size: 84 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

cyruzin/go-repository

This is a Golang sample of repository design pattern.

Language: Go - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 13 - Forks: 1

alexandrughinea/sqlx-paginated

A flexible, type-safe SQLx query builder for dynamic web APIs, offering seamless pagination, searching, filtering, and sorting.

Language: Rust - Size: 82 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 12 - Forks: 2

b-palaniappan/axum-api

Rust Axum REST api application

Language: Rust - Size: 226 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 12 - Forks: 2

AarambhDevHub/rust_auth

Welcome to RustSecureAPI, a robust and secure Rust-based API project built with Actix-Web. This repository provides a comprehensive guide and implementation for creating a scalable backend system with JWT-based authentication and PostgreSQL integration.

Language: Rust - Size: 52.7 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 12 - Forks: 9

insipx/coil

Futures-based background work queue built with SQLx and Postgres

Language: Rust - Size: 288 KB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 3

edo1z/rust-rocket-sqlx-sample

A clean architecture style Sample using Rust's Rocket, sqlx and PostgreSQL.

Language: Rust - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 11 - Forks: 3

SimonOsaka/rust-web-server-axum

rust web backend example

Language: Rust - Size: 1.5 MB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 11 - Forks: 3

litsynp/rust-axum-todo-api

A todo application written in Rust with axum and sqlx.

Language: Rust - Size: 216 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 10 - Forks: 0

dataform-co/dataform-example-project

Example project on Dataform

Language: JavaScript - Size: 55.7 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 4

obaraelijah/webdev_tutorial

A tutorial for building Web Services in Rust with Actix-Web, SQLx, and PostgreSQL

Language: Rust - Size: 55.7 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 4

Whatsoo/whatsoo

A opensource community written by rust

Language: Rust - Size: 109 KB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

smhmayboudi/fip

A structure for your monorepository microservices grpc project.

Language: Rust - Size: 558 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 0

andregs/rust-axum-demo

Playing with web dev in Rust. This is a sample Rust microservice that can be deployed on Kubernetes.

Language: Rust - Size: 153 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 0

spanasik/pg2rs

Command-line tool to make Rust source code entities from Postgres tables.

Language: Rust - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 0

litttley/StockWatch

基于rust+sqlx+mysql的股票实时监控并根据条件推送邮件

Language: Rust - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 6

TaKO8Ki/testfixtures

A library for preparing test data from yaml files in Rust.

Language: Rust - Size: 185 KB - Last synced at: 23 days ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 0

bibanon/mitsuba

4chan archiver written in Rust

Language: JavaScript - Size: 705 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 1

andregs/rust-auth-demo

Playing with web dev in Rust. This is a sample Rust microservice that can be deployed on Kubernetes.

Language: Rust - Size: 187 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 0