Skip to content

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

Packages

Used by

Contributors

Languages