Socket
Book a DemoInstallSign in
Socket

github.com/ortizalec/select

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ortizalec/select

Source
Go
Version
v0.0.0-20241007172106-82da08c49946
Version published
Created
Source

select

method chaining query builder for sqlite with error checking inspired by supabase, and Postgrest

goal

To create a package for quickly building queries in golang

mydb.From("table").Select("column, column, join_table(*)").Eq("column", "value").OrderBy("column").Limit(1)

FAQs

Package last updated on 07 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts