---
title: "Get Database Path"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/sqlite/getdatabasepath
markdown: https://docs.nodetool.ai/nodes/lib/sqlite/getdatabasepath.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/sqlite/getdatabasepath.md
---

# Get Database Path

**Type:** `lib.sqlite.GetDatabasePath`

**Namespace:** `lib.sqlite`

## Description

Get the full path to a SQLite database file.
    sqlite, database, path, location

    Use cases:
    - Reference database location
    - Verify database exists
    - Pass path to external tools

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| database_name | `str` | Name of the SQLite database file | `memory.db` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [lib.sqlite](./) namespace.
