remult

Full-stack CRUD, simplified, with SSOT TypeScript entities

MIT License

Downloads
18.3K
Stars
2.7K
Committers
36

Bot releases are hidden (Show)

remult - v.0.18.1

Published by noam-honig over 1 year ago

  • Solved issue #172 with "contains" query and knex data provider, on postgres.
  • improved performance of many-to-one with subscription
  • Improved url request when order by was not needed or was ascending only
remult - v0.18.0

Published by yoni-rapoport over 1 year ago

What's Changed

  • NEW FEATURE - Live queries - turn any Remult data fetching (e.g. Repository.find()) call into a real-time live-query subscription with zero-boilerplate. See details in new tutorial section.
  • Enhanced SQL escape hatch for backend code - combine raw SQL with entity metadata and typed filters for best performance AND maintainability. See docs.
  • New Field types: Fields.createdAt, Fields.updatedAt, Fields.cuid.
  • Better integration with Next.js 'getServerSideProps' - wrapper function enables the use of global remult object and JSON serializes entity objects. See Next.js tutorial section.
  • autoCreateTables flag of createPostgresConnection() / createKnexConnection() moved and renamed to RemultServerOptions.ensureSchema
  • REST API filtering parameters naming delimiter changed to . instead of _
remult - v0.17.3

Published by noam-honig over 1 year ago

Improved graphql support

remult - v0.17.1

Published by noam-honig over 1 year ago

Fixed issue #167 - graphql error when using an entity that relies on global remult

remult - v0.17.0

Published by noam-honig almost 2 years ago

Fixed issue #145 - when using BackendMethod on Next.js, the error "can't use static remult in this environment, async_hooks were not initialized" error

remult - v0.16.5

Published by noam-honig almost 2 years ago

removed Knex's returning not supported

remult - v0.16.4

Published by noam-honig almost 2 years ago

  • Fixed #134
  • Added mysql2 to the automated database tests
remult - v0.16.3

Published by yoni-rapoport about 2 years ago

remult - v0.16.2

Published by yoni-rapoport about 2 years ago

remult - v0.16.1

Published by yoni-rapoport about 2 years ago

What's changed

  • Global remult object for both frontend and backend - import { remult } from 'remult' anywhere and use it.
  • Simpler setup for non-Express.js backends (Fastify, NestJS, Koa, Next.js, etc...)
remult - v0.15.0

Published by yoni-rapoport about 2 years ago

Better API for non-Express frameworks

remult -

Published by noam-honig over 2 years ago

remult -

Published by noam-honig over 2 years ago

remult -

Published by yoni-rapoport over 2 years ago

remult -

Published by noam-honig over 2 years ago

remult -

Published by noam-honig over 2 years ago

remult -

Published by yoni-rapoport over 2 years ago

remult -

Published by noam-honig over 2 years ago

remult - v0.13.10

Published by yoni-rapoport over 2 years ago

Package Rankings
Top 2.68% on Npmjs.org
Top 9.59% on Proxy.golang.org
Top 15.27% on Deno.land