multi-tenancy in open source

Discussion for TimeTrex open source community developers.
Post Reply
phineas629
Posts: 16
Joined: Tue Jan 13, 2015 12:48 am

multi-tenancy in open source

Post by phineas629 »

hi all,
I am looking at the open source version.
I see there are company uuid that exists in the tables.
Is it possible to create multi-tenancy if I add row level locking and additional company UUIDs?
Anything else I would have to do to get multi-tenancy working?
I am fine with accessing based on the API and/or the UI.

Thanks
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: multi-tenancy in open source

Post by shaunw »

The database table exists because it has too, but handling multi-tenancy properly requires a lot of other supporting code which is only available in the paid editions.
Post Reply