diff --git a/upcoming-release-notes/2326.md b/upcoming-release-notes/2326.md index 695ed13c97d..4c8ccfdbd31 100644 --- a/upcoming-release-notes/2326.md +++ b/upcoming-release-notes/2326.md @@ -3,14 +3,4 @@ category: Enhancements authors: [MatissJanis] --- -Allow running DB queries against the local database outside of dev-mode. - -Read more in: https://actualbudget.org/docs/api/actual-ql/ - -Sample: - -```javascript -window - .$query(window.$q('accounts').select('*')) - .then(({ data }) => console.log(data)); -``` +Allow running DB queries against the local database outside of dev-mode. Read more in [AQL docs](https://actualbudget.org/docs/api/actual-ql/)