Showing 25 modules with matching packages. Search help

sql (database/sql)

standard library

Package sql provides a generic interface around SQL (or SQL-like) databases.

Imported by 151,482 | go1.22.5 published on Jul 2, 2024 | BSD-3-Clause
Related packages in the standard library: database/sql/driver

Package sqlgraph provides graph abstraction capabilities on top of sql-based databases for ent codegen.

Imported by 3,118 | v0.14.0 published on 3 days ago | Apache-2.0
Other packages in module entgo.io/ent: dialect/sql dialect/sql/schema

package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers.

Imported by 2,516 | v0.12.3 published on Oct 11, 2022 | BSD-3-Clause

Package dburl provides a standard, net/url.URL style mechanism for parsing and opening SQL database connection strings for Go.

Imported by 461 | v0.23.2 published on Jun 10, 2024 | MIT

package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers.

Imported by 253 | v1.7.2 published on May 30, 2024 | BSD-3-Clause

Package sql provides functions to trace the database/sql package (https://golang.org/pkg/database/sql).

Imported by 114 | v1.66.0 published on Jul 25, 2024 | Apache-2.0, BSD-3-Clause

Package mysql provides a MySQL driver for Go's database/sql package.

Imported by 43,625 | v1.8.1 published on Mar 26, 2024 | MPL-2.0

SQL Schema migration tool for Go.

Imported by 1,547 | v1.7.0 published on Jul 10, 2024 | MIT

Package gorp provides a simple way to marshal Go structs to and from SQL databases.

Imported by 642 | v2.2.0+incompatible published on Oct 26, 2019 | MIT

Package gorp provides a simple way to marshal Go structs to and from SQL databases.

Imported by 559 | v1.6.1 published on May 29, 2014 | MIT

Package gorp provides a simple way to marshal Go structs to and from SQL databases.

Imported by 147 | v2.2.0 published on Oct 26, 2019 | MIT
Other major versions: v1

Package sqlite3 provides interface to SQLite3 databases.

Imported by 18,391 | v1.14.22 published on Feb 2, 2024 | MIT

Package sessions provides sessions support for net/http and valyala/fasthttp unique with auto-GC, register unlimited number of databases to Load and Update/Save the sessions in external server or to an external (no/or/and sql) database Usage net/http: // init a new sessions manager( if you use only one web framework inside your app then you can use the package-level functions like: sessions.Start/sessions.Destroy) manager := sessions.New(sessions.Config{}) // start a session for a particular client manager.Start(http.ResponseWriter, *http.Request) // destroy a session from the server and client, // don't call it on each handler, only on the handler you want the client to 'logout' or something like this: manager.Destroy(http.ResponseWriter, *http.Request) Usage valyala/fasthttp: // init a new sessions manager( if you use only one web framework inside your app then you can use the package-level functions like: sessions.Start/sessions.Destroy) manager := sessions.New(sessions.Config{}) // start a session for a particular client manager.StartFasthttp(*fasthttp.RequestCtx) // destroy a session from the server and client, // don't call it on each handler, only on the handler you want the client to 'logout' or something like this: manager.DestroyFasthttp(*fasthttp.Request) Note that, now, you can use both fasthttp and net/http within the same sessions manager(.New) instance! So now, you can share sessions between a net/http app and valyala/fasthttp app

Imported by 222 | v3.0.0+incompatible published on Apr 22, 2018 | MIT

Package redis is a client for the Redis database.

Imported by 9,531 | v1.6.4 published on Aug 31, 2022 | Apache-2.0

Package leveldb provides implementation of LevelDB key/value database.

Imported by 8,566 | v1.0.0 published on Feb 22, 2019 | BSD-2-Clause
Other packages in module github.com/syndtr/goleveldb: leveldb/iterator

Package redis is a client for the Redis database.

Imported by 7,461 | v1.9.2 published on Feb 25, 2024 | Apache-2.0

Package postgres adds a 'cloudsqlpostgres' driver to use when you want to access a Cloud SQL Database via the go database/sql library.

Imported by 79 | v1.36.0 published on Jul 16, 2024 | Apache-2.0
Other packages in module github.com/GoogleCloudPlatform/cloudsql-proxy: proxy/dialers/mysql

SQLair is a convenience layer for SQL databases that embeds Go structs and maps directly into SQL queries.

Imported by 39 | v0.0.0-...-4ee47f8 published on Jul 15, 2024 | Apache-2.0

Package gorp provides a simple way to marshal Go structs to and from SQL databases.

Imported by 234 | v2.0.0+incompatible published on Nov 13, 2016 | MIT

Package geoip2 provides an easy-to-use API for the MaxMind GeoIP2 and GeoLite2 databases; this package does not support GeoIP Legacy databases.

Imported by 845 | v1.11.0 published on Jun 3, 2024 | ISC
Didn't find what you were looking for? Show more results.