geode-client 0.1.1-alpha.20

Rust client library for Geode graph database with full GQL support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CODEOWNERS - Require review for security-sensitive changes
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024-2026 DevNW LLC

# Default owners for everything
*       @maintainers

# Security-sensitive files require security team review
SECURITY.md         @security-team @maintainers
.gitlab-ci.yml      @security-team @maintainers
.gitleaks.toml      @security-team @maintainers

# Build configuration
Cargo.toml          @maintainers
Cargo.lock          @maintainers