Skip to content

Latest commit

 

History

15 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Closure-Table

An implementation of the closure table pattern in Python + SQL

A closure table is a table that permits to represent hierarchical data or a tree structure in a SQL table and query them efficiently without having to create recursive queries.

See for instance: https://technobytz.com/closure_table_store_hierarchical_data.html

This particular program was written for use with SQLite but the SQL is standard and thus adaptation to other databases should be straightforward.

Published under MIT license

关于

An implementation of the closure table pattern in Python + SQL

Topics

Resources

Stars

15 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages