{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"SQLTrie implements a prefix tree (trie) data structure backed by SQL, combining trie search capabilities with persistent database storage.","skillfed_tags":["data-structures","early-stage"],"use_cases":["Store and query large prefix trees that need to persist across application restarts using a SQL database.","Build autocomplete or search-as-you-type systems where trie data is backed by persistent storage.","Implement IP routing tables or domain name hierarchies with SQL-queryable trie structures."],"what_it_does":"SQLTrie is a Python library that implements a trie (prefix tree) data structure using SQL as its storage backend. It builds on ideas from pygtrie and python-diskcache, aiming to provide persistent, queryable prefix-tree functionality. The package depends on attrs, orjson, and pygtrie for its core operations.\n\nThe project is in early planning stages (Development Status :: 1 - Planning) and has been dormant since its last commit on 2023-12-22, with no documentation or feature list published. The published description contains only placeholder sections ('TODO'), so the actual API, performance characteristics, and use cases remain unclear from the available materials.","worth_installing":"No. The package is in early planning, dormant since 2023-12-22, lacks any published documentation or feature examples, and carries no maintenance signal. While install friction is low and the license is permissive, the absence of a working feature list, active development, or user guidance makes it unsuitable for production use. Consider only if you are willing to debug and maintain the code yourself."},"id":"sqltrie","links":{"html":"https://skillfed.io/packages/sqltrie","md":"https://skillfed.io/packages/sqltrie.md","pypi":"https://pypi.org/project/sqltrie/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-02-19","license_spdx":null,"license_treatment":"permissive","name":"sqltrie","python_support":"supports_current","summary":"SQL-based prefix tree inspired by pygtrie and python-diskcache"},"popularity":{"monthly_downloads":1957865,"position":3408,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.11.2"}
