| title |
|---|
Managing & Developing Extensions |
omni is a Postgres shared library (and also an extension) that helps managing and developing Postgres easier. Think of it like an extension for extensions !
| import requests | |
| import json | |
| import time | |
| import base64 | |
| import os | |
| from pydantic import BaseModel, Field | |
| from datetime import datetime | |
| class ExtractSchema(BaseModel): | |
| company_name: str |
| name: Terraform Plan | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - staging | |
| - prod | |
| pull_request: | |
| branches: |
| <!-- Option 1: Add to your page/post content (HTML block) --> | |
| <div id="myclone-inline-chat" style="width: 100%; height: 600px;"></div> | |
| <script src="https://app.myclone.is/embed/myclone-embed.js"></script> | |
| <script> | |
| window.MyClone({ | |
| mode: "inline", | |
| container: "#myclone-inline-chat", | |
| height: "600px", | |
| expertUsername: "replaceme", |
| <!-- MyClone Widget for Hostinger (Horizon) --> | |
| <!-- Open your index.html file in Horizon --> | |
| <!-- Find the closing </body> tag and paste this code right before it --> | |
| <script> |