Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

FernandoCelmer/python-bigquery-orm

Repository files navigation

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.