atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://common.terraphim.io/argu-site/86qcyzy28tk/ontology/airport-ontology
Fork from #505
The rust client lib doesn't support authenticated requests yet. Also see #985 @AlexMikhalev needs this.
Only happens when clicking edit on resourceArray props.
The WAPM package manager is conceptually amazing. Because it's powered by WASM, it's compile once, run anywhere. It's perfect for atomic-cli. I'm trying to get atomic-cli (and -lib) to compile...
I was really interested in the inheritance question, but that answer gets cut off... maybe more of the doc is missing? Thanks! https://github.com/atomicdata-dev/atomic-server/blob/b11542eead3839e8b9165f12b959343f3c4ab5f2/docs/src/schema/faq.md?plain=1#L86
[Report](https://afstuderen-portfolio-website.vercel.app/articles/no-code-editor-voor-atomic-data-browser)
I have tried to build a new example: ```rust use atomic_lib::{agents::Agent, errors::AtomicResult, Resource, Store, Storelike}; use std::env; /// Creates a new Class resource in an Atomic Data store. /// Requires...
- We should use the [`importKey`](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey) function with `extractable` set to `false` to provide more security. - [Support](https://caniuse.com/mdn-api_subtlecrypto_sign_ed25519) for `ed25519` is not great, mostly behind flags.
This PR is for discussion and not merging: The idea is that it's quite easy to generate web components from atomic data classes by extending the ontology cli command—maybe via...