A proof of concept of a MongoDB Database manager in UWP
Say Hello to Yup
a side project that is proof of concept that there can be good tooling for developers in UWP
Yup is a proof of concept of a mongodb database manager with the most basic stuff in place
Storing multiple connections
and doing simple queries
this also leverages the Monaco Editor to be able to do your queries
when you have a collection selected you actually send a MongoDB Database Command
that includes of course CRUD Command Operations.
Right now it only supports find queries (haven’t really tested write operations, but theoretically you should be able to send any valid MongoDB command though showing the response is not something I’ve worked on).
This uses WinUI as well as the Windows Community Toolkit
As a javascript developer myself I swear I don’t want to do Electron/Javascript all the time
if you have a nice idea please consider UWP before doing Electron, it will be nice on your resources and your pc!