Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Feb 3, 2024
1 parent 65d8223 commit ff7a972
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions upcoming-release-notes/2326.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit ff7a972

Please sign in to comment.