OstrichDB-CLI
OstrichDB CLI is a lightweight, high-performance database management tool built from scratch in the Odin programming language. It runs directly in the terminal and offers three modes of interaction: manual queries via the command-line interface, an optional built-in HTTP server for connecting clients in any programming language, and experimental natural language query support. Core features include user authentication, role-based access control, database permissions, encryption and decryption, and a custom hierarchical data structure that organizes information into records, clusters, and collections using dot notation. The CLI supports CSV and JSON file importing, query chaining, benchmarking, configuration management, and query history. Queries use a clear three-token CLP structure: Command, Location, and Parameter, making syntax intuitive and readable. OstrichDB CLI is available for macOS and Linux, and can be built locally from source or run via Docker.