> ## Documentation Index
> Fetch the complete documentation index at: https://syncmaven.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

This example gallery assumes Posgtres as the database,
but all examples can work as well with any other database supported by Syncmaven.

<CardGroup cols={2}>
  <Card title="Synchroniza data from Postgres to Resend" icon="envelope" href="/examples/resend">
    [Resend](https://resend.io) is a marketing and transactional email platform. This tutorial shows how
    to synchronize contacts from a Postgres database to Resend.
  </Card>

  <Card title="Synchroniza data from Postgres to Google Sheets" icon="google" href="/examples/gsheets">
    This example demonstrates how to synchronize email addresses of your customers from a
    Postgres database to Twitter Ads Audiences
  </Card>
</CardGroup>
