File system directory structure (SQL or NoSql)? -


i want make app store in database file system directory structure of linux. don't know kind of database more suitable this. store metadata of files.

this question broad, in opinion, opens discussion whether 1 solution better or another.

it's call make, can create structure in relational database it. it's simple gets.

create table mytable (   id serial primary key,   id_parent int references mytable(id) ); 

postgres example allows write recursive queries in able build path every file in file system. more with queries go here.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -