dariubs / town

Manage time-series data easily in PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

towndb

test towndb

Postgres extension for manage time-series data

install

You need to have postgresql on your system. At first, build and add town extension to your postgres:

make install

then login to your postgres and enable town:

CREATE EXTENSION town;

now you can create town table in any of your databases:

select create_town_table(table_name);

town by exaple

towndb by examples

License

MIT License

About

Manage time-series data easily in PostgreSQL

License:MIT License


Languages

Language:PLpgSQL 79.6%Language:Makefile 20.4%