Manifest: A 1-file micro-back end
github.com
Manifest: A 1-file micro-back end
1–10 of 49 posts
Re: Manifest: A 1-file micro-back end
#2Not for production use, mind you, just like, say I have a library of books or blu-rays and want to create a catalogue of them (with images, so a spreadsheet is a no-go). Being able to just bang out a single-file config and have an impromptu CRUD admin would be awesome.
Re: Manifest: A 1-file micro-back end
#3Re: Manifest: A 1-file micro-back end
#4Re: Manifest: A 1-file micro-back end
#5I'd love to see a frontend for this. Most CMSs are either tailored specifically for blogs or are complicated to set up. I've often wanted something like I guess Access or Filemaker Pro (if anyone remembers that) but with a modern UI and database. Not for production use, mind you, just like, say I have a library of books or blu-rays and want to create a catalogue of them (with images, so a spreadsheet is a no-go). Bei…
Re: Manifest: A 1-file micro-back end
#6Re: Manifest: A 1-file micro-back end
#7I'd love to see a frontend for this. Most CMSs are either tailored specifically for blogs or are complicated to set up. I've often wanted something like I guess Access or Filemaker Pro (if anyone remembers that) but with a modern UI and database. Not for production use, mind you, just like, say I have a library of books or blu-rays and want to create a catalogue of them (with images, so a spreadsheet is a no-go). Bei…
Are you aware of pocketbase? https://pocketbase.io/ I think it could work for your usecase, even though its generally focused on being a backend. I have had a very nice experience.
Re: Manifest: A 1-file micro-back end
#8Re: Manifest: A 1-file micro-back end
#9Do I have to use emojis when introducing the entities? Are they used for anything?
Re: Manifest: A 1-file micro-back end
#10Do I have to use emojis when introducing the entities? Are they used for anything?
This was also my first thought, in perhaps more confused language than snarky, though.
The use of emojis looks quite similar to the way parameter/argument labels are introduced in Swift: in the function signature, you use two names (separated by a space) before the colon, instead of one. So, is this second part a shorthand alternative name, or just a visual comment, or?..
ENTITY_DECLARATION ::= NAME [SPACE COMMENT] COLON ...
ENTITY_DECLARATION ::= NAME [SPACE SINGLE_EMOJI_COMMENT] COLON ...
ENTITY_DECLARATION ::= NAME1 [SPACE NAME2] COLON ...
ENTITY_DECLARATION ::= REGULAR_NAME [SPACE EMOJI_NAME] COLON ...
What is it?Don't get me wrong, I am not opposed to emojis on principle, they are just 1) a tad too outstanding in the text for my taste, 2) a tad too difficult to enter unless you're on a mobile keyboard, 3) I personally would rather not edit program source code/configs on mobile.