Skip to content

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

About

Manage time-series data easily in PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published