# Time Travel in the SQL Editor

DevFeed: [Time Travel in the SQL Editor](<https://devfeed.tech/articles/time-travel-in-the-sql-editor-5831.md>)

Original publisher: [Read original article](<https://neon.com/blog/time-travel-in-the-sql-editor>)

Author: Evan Shortiss

Published: 2024-04-17T14:58:32Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [feature](<https://devfeed.tech/tags/feature.md>), [history](<https://devfeed.tech/tags/history.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

An introduction to Neon SQL Editor Time Travel Queries, which let users query a Postgres database at a selected time within its history-retention window. The article demonstrates using the feature to inspect invoice line items deleted by an application error during debugging.

## Source excerpt

Increasing the velocity at which teams can develop, test, and deploy is a key goal for us at Neon. Our branchable Postgres enables teams to create development and preview environments instantaneously, and autoscaling gives you the confidence that your production environments can...