DuckGPT DuckGPT lets you ask questions about your JSON and CSV files, then answers them by composing SQL queries using ChatGPT and executing them thro
Go Transaction Manager Go Transaction Manager is a library for managing SQL transactions in Go applications, offering a simple interface for controlli
A Go library to work with SQL database using standard `database/sql` api. It supports SQL to array/maps/structs, and CRUD operations on structs.
Yesql Yesql解析一个SQL文件,提取出查询语句,自动生成对应的Go结构体,实现查询语句与代码分离,方便编写数据库查询逻辑。 SQL解析核心基于 knadh/goyesql,但是采用了不同的使用方式与接口定义。 安装 $ go get github.com/alimy/yesql 使用 创
Tailscale plugin for Steampipe Use SQL to instantly query Tailscale resources. Open source CLI. No DB required. Get started → Documentation: Table def
GitGuardian plugin for Steampipe Use SQL to query incidents from GitGuardian. Get started → Documentation: Table definitions & examples Quick start In
sqltrace A low-code intrusion library that provides SQL tracing capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Server
sqlplus A sql enhancement tool library based on database/sql/driver 😜 installation go get -u github.com/chenquan/sqlplus 👏 how to use Implement the
goselect goselect provides SQL like 'select' interface for files. This means one can execute a select query like: select name, path, size from . where
Leafeon A Wrapper around gorm for migrations Still a work in progress 🚀 Dependencies gorm go 1.18 How to use -Import import into you project and refe
sqlbreaker A low-code intrusion library that provides SQL breaker capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Serv
FakeDB This is copied from http://golang.org/src/pkg/database/sql/fakedb_test.go It registers a fake database driver named test, just for testing. It
Dolt Database Driver This package provides a driver to be used with the database/sql package for database access in Golang. For details of the databas
FLY One easy-to-use go db library 简体中文, Document data hook, Easy transition db data sql builder, Not need handwritten SQL hasOne/hasMany, Convenient g
sqlgen English | 中文 sqlgen is a tool to generate bun, gorm, sql, sqlx and xorm sql code from SQL file which is inspired by go-zero goctl sqlc. Install
Migrator Migrator is a database migration tool, that automates schema migration. It scans Schema/Model changes and generate SQL migration scripts auto
Vectorized SQL for JSON at scale: fast, simple, schemaless Sneller is a high-performance vectorized SQL engine for JSON that runs directly on object s
A pure Go MSSQL driver for Go's database/sql package Install Requires Go 1.8 or above. Install with go get github.com/microsoft/go-mssqldb . Connectio
KSQL the Keep it Simple SQL library KSQL was created to offer an actually simple and satisfactory tool for interacting with SQL Databases in Golang. T
sqlxb a tool of sql builder, build sql for sql.DB, sqlx, gorp, or build condition sql for some orm framework, like gorm.... API Builder: build sql lik
The superbasic SQL-Builder This package compiles expressions and value-lists into SQL strings and thus offers an alternative to conventional query bui
mergestat mergestat is a command-line tool for running SQL queries on git repositories and related data sources. It's meant for ad-hoc querying of sou
Trivy Plugin for Steampipe Use SQL to query advisories, vulnerabilities for containers, code and more with Trivy. Get started → Documentation: Table d
WeatherKit Plugin for Steampipe Note: WeatherKit REST API is in beta. Contributes are welcome to fix issues that may arise as the API changes or othe
An extension for Go's sql package in the standard library to support dynamic queries directly from the database, as well as on database connections, p
builq Easily build queries in Go. Rationale Often simple string representing SQL query is what we are looking for. But the parameters and their indexi
Welcome to the CloudNativePG project! CloudNativePG is an open source operator designed to manage PostgreSQL workloads on any supported Kubernetes clu
What is Gomologin Gomologin is an easy to setup professional login manager for Go web applications. It helps you protect your application resources fr
Squirrel is "complete". Bug fixes will still be merged (slowly). Bug reports are welcome, but I will not necessarily respond to them. If another fork
POC for CVE-2022-24124 Exploit Code for CVE-2022-24124 aka Casdoor SQL Injection Exploit Links: [ExploitDB-50792] [PacketStormSecurity] Expected outco
golang-sql Go bindings library for MySQL, PostgreSQL and SQLite Features Multiple storages: MySQL, PostgreSQL, SQLite Debug mode for tracking SQL quer
poslog Parser to extract SQL from postgresql.log Installation brew install winebarrel/poslog/poslog Usage % poslog -h Usage of poslog: -fill-params
cosqlparser Cosqlparser is a powerful and high-performance SQL parser for Go (powered by vitess). This library inspired by https://github.com/blastrai
jgo Overview Middlewares Installation Example jsql jlog jcron Environment Api License Overview Jgo provides an easier configuration for writing sql, l
sqlvi is used to view and modfy a SQL database from a text editor. In order to do it, sqlvi displays a list of rows and columns from a SQL query as a
A command line application designed to provide a simple method to execute one or more SQL queries against a given dataset in BigQuery. A detailed log is output to the console providing you with the available execution statistics.
PAN-OS Plugin for Steampipe Use SQL to query firewalls, security policies and more from PAN-OS. Get started → Documentation: Table definitions & examp
[日本語] What is ddl-maker ddl-maker generate ddl (SQL file) from golang struct. It's only supported MySQL only now. The original code is kayac/ddl-maker
qry SQL builder and repository for SQL query generation and execution. Scan and pass arguments manually or use generics to automatically map data into
Link Shortner A simple Webapp + API to short long links. Written in Go Lang and SQL. Features Web UI API for Devs Admin Panel Using SQL Installation I
querify Query your data from and to any json compatible source. The query language used is similar to SQL with Postgres dialect. hobbiesTable := []map
sqla Go (Golang) package Package sqla provides some specific functions to extend standard Go database/sql package. These functions can be used in any
sqljson Wraps a Go type for automatic marshalling and unmarshalling with SQL, so you don't have to implement Scan() and Value(). You have a struct tha
ggm golang generic orm, base on sqlx install go get github.com/daodao97/ggm usage Below is an example which shows some common use cases for ggm. Chec
A Go library to map SQL query results to Go structs
Printer that prints the results of a query to the database.
firebirdsql (Go firebird sql driver) Firebird RDBMS http://firebirdsql.org SQL driver for Go Requirements Firebird 2.5 or higher Golang 1.13 or higher