GithubHelp home page GithubHelp logo

awesome-strapi-plugin-raw-query's Introduction

Strapi Plugin - Raw Query

Maintenance Maintaner GitHub release NPM release Github all releases GitHub forks GitHub stars GitHub watchers

Raw Query allows you to send raw query strings to the database within Strapi CMS backend. That's it ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

Strapi Plugin - Raw Query

โณ Installation

Install Strapi with this Quickstart command to create a Strapi project instantly:

# with yarn
yarn create strapi-app my-project --quickstart

# with npm/npx
npx create-strapi-app my-project --quickstart

This command generates a brand new project with the default features (authentication, permissions, content management, content type builder & file upload). The Quickstart command installs Strapi using a SQLite database which is used for prototyping in development.


  • Add the strapi-plugin-raw-query plugin
yarn add strapi-plugin-raw-query@latest

# or

npm i strapi-plugin-raw-query@latest
  • Enable the plugin
// config/plugins.js

module.exports = {
  'raw-query': {
    enabled: true,
  },
  // ...
}
  • After successful installation you've to build a fresh package of the Strapi backend:
yarn build && yarn develop

# or

npm run build && npm run develop
  • or just run Strapi in the development mode with --watch-admin option:
yarn develop --watch-admin

#or

npm run develop --watch-admin

The Raw Query plugin should appear in the Plugins section of Strapi sidebar after you run app again.

๐Ÿš Strapi v3 Support

For Strapi v3, you can install the plugin using the following command and continue with the installation:

๐Ÿ– Requirements

Supported Strapi versions:

  • Strapi: >= 4.0.x

Supported Node / NPM versions:

  • Node: >= 12.x.x <= 16.x.x
  • NPM: >= 6.0.0

We recommend always using the latest version of Strapi to start your new projects.

๐Ÿค Contributing

Feel free to fork and make a Pull Request to this plugin project. All the input is warmly welcome!

โญ๏ธ Show your support

Give a star if this project helped you.

๐Ÿ”— Links

๐Ÿ“ License

MIT License Copyright (c) 2022 Tobias Thiele.

ForTheBadge built-with-love

awesome-strapi-plugin-raw-query's People

Contributors

phidn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.