Skip to content

Instantly share code, notes, and snippets.

View viggy28's full-sized avatar

viggy28

View GitHub Profile
title
Managing & Developing Extensions

Intro to omni

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 !

Why?

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