mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

642
comptes actifs

#javasscript

0 message0 participant0 message aujourd’hui

I need your brain! Today, I started working on the Emmett CLI and Config file structures.

I want Emmett to be able to generate the schema upfront for event store and read models. I also want to make a first step towards plugin infrastructure and modularity.

Check the sample config file. It'll contain plugins (similar to eslint, etc.) so each Emmett package can self-register, and community plugins can be registered in the future.

1/
#nodejs #TypeScript #JavasScript

New big 🐶 #Pongo release!

💪 Strongly typed client.

You can define your collections typed schema and benefit from Typescript. It'll automatically generate the collections with provided names and typing.

🖥️ CLI tool

Together with typed schema, enables running database migrations upfront. That helps to get a performance boost, as you can disable automated schema setup (which is good for the dev environment but not for the prod).

See: github.com/event-driven-io/Pon

GitHubRelease 0.14.0 · event-driven-io/Pongo🚀 What's New 1. Added pongo CLI tool. You can either install it globally through: npm install -g @event-driven-io/pongo And run it with: pongo or without installing it globally by using npx npx @ev...