JSPM

prismext

0.2.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q49238F
    • License Apache-2.0

    A plug'n'play backoffice for any NextJS app using Prisma

    Package Exports

    • prismext
    • prismext/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (prismext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme


    Prismext

    Database management for NextJS+Prisma apps

    A plug'n'play back-office solution for your apps

    Bundle Size Downloads Github Stars Github Stable Release

    Overview

    Prismext is a plug'n'play back-office solution for your apps. It is built on top of NextJS and Prisma. Prismext repo is composed of two parts:

    • Prismext - The main repo, which contains the core of the project
    • Prismext Examples - A collection of examples to help you get started with Prismext

    Getting Started

    npm install prismext

    TODO: Add more info

    Features

    CRUD operations

    Prismext provides a set of components to perform CRUD operations on your database. It is built on top of Prisma and NextJS.

    Supported operations:

    [X] Create [X] Read [ ] Update [ ] Delete

    Pages

    TO BE COMPLETED

    TypeScript

    Prismext comes with built-in types to help you get started with Prismext configuration. You can check the Prismext Types to see all the available types.

    Example

    Add API Route

    // pages/api/[...prismext]/index.js
    import Prismext from "prismext";
    import prisma from "lib/prisma";
    
    export default Prismext({});

    Add Prismext page

    TO BE COMPLETED

    Security

    If you think you have found a vulnerability (or not sure) in Prismext, please open Pull Requests/Issues/Discussions.

    Contributing

    We're open to all community contributions!

    License

    Apache-2.0