leaf

package module
v2.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

README

Leaf

A pragmatic game server framework in Go (golang).

Features

  • Extremely easy to use
  • Reliable
  • Multicore support
  • Modularity

Community

Documentation

Licensing

Leaf is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(mods ...module.Module)

Types

This section is empty.

Directories

Path Synopsis
db
Package db defines a database-agnostic Store abstraction for the Leaf framework.
Package db defines a database-agnostic Store abstraction for the Leaf framework.
postgres
Package postgres provides a PostgreSQL-backed db.Store implementation for Leaf, built on the jackc/pgx/v5 driver (PostgreSQL 18 compatible) through its database/sql-compatible stdlib adapter.
Package postgres provides a PostgreSQL-backed db.Store implementation for Leaf, built on the jackc/pgx/v5 driver (PostgreSQL 18 compatible) through its database/sql-compatible stdlib adapter.
sqlite
Package sqlite provides a SQLite-backed db.Store implementation for Leaf, built on the pure-Go (CGO-free) modernc.org/sqlite driver.
Package sqlite provides a SQLite-backed db.Store implementation for Leaf, built on the pure-Go (CGO-free) modernc.org/sqlite driver.

Jump to

Keyboard shortcuts

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