FernandoCelmer / python-bigquery-orm

Home Page:https://fernandocelmer.github.io/python-bigquery-orm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub last commit PyPI PyPI - Python Version PyPI - Downloads



=== "PIP"

```bash
pip install bigquery-orm
```

=== "Poetry"

```bash
poetry add bigquery-orm
```

=== "PIP"

```bash
pip uninstall bigquery-orm
```

=== "Poetry"

```bash
poetry remove bigquery-orm
```
Types SQLAlchemy Pydantic DataClass
STRING
INTEGER
BYTES
INT64
FLOAT
FLOAT64
DECIMAL
BIGDECIMAL
BOOLEAN
BOOL
GEOGRAPHY
RECORD
STRUCT
TIMESTAMP
DATE
TIME
DATETIME

Commit Style

  • ⚙️ FEATURE
  • 📝 PEP8
  • 📌 ISSUE
  • 🪲 BUG
  • 📘 DOCS
  • 📦 PyPI
  • ❤️️ TEST
  • ⬆️ CI/CD
  • ⚠️ SECURITY

License

This project is licensed under the terms of the MIT license.

About

https://fernandocelmer.github.io/python-bigquery-orm/

License:ISC License


Languages

Language:Python 100.0%