all

package module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package all provides backward compatibility by importing all drivers at once.

This package is for existing projects that need a quick migration path. Import this package to register all available drivers automatically:

import _ "github.com/ncobase/ncore/data/all"

WARNING: This will include ALL drivers in your binary, resulting in larger binary sizes. For new projects, import only the drivers you need:

import (
    _ "github.com/ncobase/ncore/data/postgres"
    _ "github.com/ncobase/ncore/data/redis"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL