Undb – Private first, unified, self-hosted no code database
1–10 of 51 posts
Re: Undb – Private first, unified, self-hosted no code database
#2Re: Undb – Private first, unified, self-hosted no code database
#3Re: Undb – Private first, unified, self-hosted no code database
#4I'm trying to understand what am I looking at. MS Access like db+ui in browser, with homemade engine and no sql support? What are guarantees here, concurenncy, isolation, single user? Not much on the main page.
Re: Undb – Private first, unified, self-hosted no code database
#5I'm trying to understand what am I looking at. MS Access like db+ui in browser, with homemade engine and no sql support? What are guarantees here, concurenncy, isolation, single user? Not much on the main page.
Re: Undb – Private first, unified, self-hosted no code database
#6I'm trying to understand what am I looking at. MS Access like db+ui in browser, with homemade engine and no sql support? What are guarantees here, concurenncy, isolation, single user? Not much on the main page.
DB engine appears to be sqlite. It's in the tags on the main page and there's a file full of sql to create what looks like a sample db in the data/ dir.
Re: Undb – Private first, unified, self-hosted no code database
#7I'm trying to understand what am I looking at. MS Access like db+ui in browser, with homemade engine and no sql support? What are guarantees here, concurenncy, isolation, single user? Not much on the main page.
DB engine appears to be sqlite. It's in the tags on the main page and there's a file full of sql to create what looks like a sample db in the data/ dir.
Re: Undb – Private first, unified, self-hosted no code database
#8I currently use NocoDB with a MariaDB database, so I can't easily switch over as Undb doesn't support MySQL as I see. But it has the feature I'm missing in NocoDB: a Calendar View which funnily NocoDB promoted on their website but doesn't have [1]. I guess I'll give it a try!
Re: Undb – Private first, unified, self-hosted no code database
#9Earlier quoted context omitted.
DB engine appears to be sqlite. It's in the tags on the main page and there's a file full of sql to create what looks like a sample db in the data/ dir.
Sqlite is fine, could we call this product somehow differently? I don't feel it's database, it's database frontend or smth.
Re: Undb – Private first, unified, self-hosted no code database
#10I'm trying to understand what am I looking at. MS Access like db+ui in browser, with homemade engine and no sql support? What are guarantees here, concurenncy, isolation, single user? Not much on the main page.