File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/addressbalance.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# AddressBalance
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/addressdatum.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# AddressDatum
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/blockbasics.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# BlockBasics
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/datum.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# Datum
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/deposit.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# Deposit
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/epochnonce.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# EpochNonce
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/epochstakepoolsize.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# EpochStakepoolSize
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1+ import {DbSyncSql} from '@site/src /components/Common.js';
2+
13# Mamba
4+
5+ <DbSyncSql >
6+
7+ Mamba is a composite indexer based on the following indexers:
8+ - Utxo
9+ - EpochNonce
10+ - EpochStakepoolSize
11+ - MintBurn
12+ - Datum
13+
14+ See each of them for their equivalent Cardano DB Sync SQL query.
15+
16+ </DbSyncSql >
Original file line number Diff line number Diff line change 1- import CodeBlock from '@theme/CodeBlock ';
21import sql from '!!raw-loader!@site/static /sql/mintburn.sql';
2+ import {DbSyncSql} from '@site/src /components/Common.js';
33
44# MintBurn
55
6- <CodeBlock className = ' language- sql' > {sql}</ CodeBlock >
6+ <DbSyncSql sql = {sql} / >
Original file line number Diff line number Diff line change 1+ import {DbSyncSql} from '@site/src /components/Common.js';
2+
13# NoOp
4+
5+ <DbSyncSql >
6+
7+ NoOp indexer doesn't store anything.
8+
9+ </DbSyncSql >
You can’t perform that action at this time.
0 commit comments