Tool
Tools Table
Column
Type
Description
SELECT
name,
description,
deprecated,
tags
FROM tools
WHERE deprecated = false;Tool Versions Table
Column
Type
Description
SELECT
tool_id,
version,
deprecated,
created_at,
project_directory
FROM tool_versions
ORDER BY version DESC;Last updated
Was this helpful?

