An open API service indexing awesome lists of open source software.

https://github.com/adjust/pg-device_type

a device_type extension for postgres
https://github.com/adjust/pg-device_type

adjust-kpis-team adjust-pg-extension

Last synced: 9 months ago
JSON representation

a device_type extension for postgres

Awesome Lists containing this project

README

          

[![TEST](https://github.com/adjust/pg-device_type/actions/workflows/test.yml/badge.svg)](https://github.com/adjust/pg-device_type/actions/workflows/test.yml)

# device_type

A device_type extension for postgres

The `pg-device_typey` extension create new data types `device_type`, which is a enum types.

Here are the different possible types/

- Bot
- Console
- Ipod
- Mac
- Pc
- Phone
- Server
- Simulator
- Tablet
- Tv
- Unknow

The extension also creates comparison operators and operator classes for btree and hash indexes.