Y
Hacker News
new
|
ask
|
show
|
jobs
by
markus_zhang
1800 days ago
Now that you mentioned, we didn't have access to SQL Server dwh until 6 months before I left for good.
Can you try sqlite? It's usually enough for simple things I think.
1 comments
kwyjobojoe
1800 days ago
But then we need something to interface with the db. Getting any programming language installed isn't going to happen in government.
link
regularfry
1799 days ago
Best of both worlds: libsqlite.dll is almost certainly on any corporate Windows rollout somewhere already, and you can load it into Excel as an extension for a pretty front-end that happens to have a programming language built in.
link
andrew_jef
1800 days ago
Nocodb is trying to solving the issues of implementing a spreadsheet-like frontend on top of a database backend
https://www.nocodb.com/
link