Skip to content
/ town Public

Manage time-series data easily in PostgreSQL

License

Notifications You must be signed in to change notification settings

dariubs/town

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published