From ff7a9720b598c388905c6fb3acdd2ed5942d62e9 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Sat, 3 Feb 2024 17:45:11 +0000 Subject: [PATCH] Release notes --- upcoming-release-notes/2326.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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/)