Skip to content

Commit a0b0276

Browse files
authored
Merge pull request #359 from KomodoPlatform/lint-fix-patches/update-db-docs
2 parents ff4f839 + 8549f51 commit a0b0276

File tree

1 file changed

+1
-2
lines changed
  • src/pages/komodo-defi-framework/tutorials/query-the-mm2-database

1 file changed

+1
-2
lines changed

src/pages/komodo-defi-framework/tutorials/query-the-mm2-database/index.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ The default location of this folder for each operating system is:
2121
```
2222
2323
<Note>
24-
You can define a different location for the DB folder via the [`dbdir` configuration parameter](/komodo-defi-framework/setup/configure-mm2-json/) in your MM2.json file.
24+
You can define a different location for the DB folder via the [`dbdir` configuration parameter](/komodo-defi-framework/setup/configure-mm2-json/) in your MM2.json file.
2525
</Note>
2626
27-
2827
There are a variety of methods to query sqlite databases. Examples below show how to do a sqlite query in Linux terminal, but first you might need to install sqlite with `sudo apt install sqlite3`.
2928
3029
The tables and columns available to query are as follows:

0 commit comments

Comments
 (0)