screw-driver | generating code , creating or reading database table

 by   MirrenTools Java Version: 1.2.6 License: MIT

kandi X-RAY | screw-driver Summary

kandi X-RAY | screw-driver Summary

screw-driver is a Java library. screw-driver has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.

ScrewDriver is a toolkit for generating code, creating or reading database table information. The purpose of this tool is to use the code blocks of the IDE to quickly generate code through shortcut keys, or to become the basic library of other generation tools!
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              screw-driver has a low active ecosystem.
              It has 17 star(s) with 8 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              screw-driver has no issues reported. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of screw-driver is 1.2.6

            kandi-Quality Quality

              screw-driver has 0 bugs and 0 code smells.

            kandi-Security Security

              screw-driver has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              screw-driver code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              screw-driver is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              screw-driver releases are not available. You will need to build from source code and install.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              It has 13367 lines of code, 1556 functions and 199 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed screw-driver and discovered the below as its top functions. This is intended to give you an instant insight into screw-driver implemented functionality, and help decide if they suit your requirements.
            • Convert to SdAbstractTableContent
            • Convert columns
            • Convert sequence content to table content
            • Convert columns to foreign key
            • Creates the SQL statement
            • Get SQL string
            • Returns a string representation of this SdColumn
            • Returns a String representation of the SdDatabase
            • Returns a string representation of this column attribute
            • Returns the SQL statement to update the database
            • Get dictionary
            • Generate update statement
            • Initialize jdbc to java maps
            • Render the template
            • Init Oracle map
            • Init Java map
            • Returns SQL for the table s columns
            • Returns a String representation of the SdClassContent
            • Initializes MySQL map
            • Initialize map
            • Init postgreSQL map
            • Init map
            • Initialize SQLite map
            • Creates the SQL statement to create the table
            Get all kandi verified functions for this library.

            screw-driver Key Features

            No Key Features are available at this moment for screw-driver.

            screw-driver Examples and Code Snippets

            起步,创建代码与生成表示例
            Javadot img1Lines of Code : 15dot img1License : Permissive (MIT)
            copy iconCopy
            public static void main(String[] args) throws Exception {
            	// 创建一个实体描述
            	SdBean bean = new SdBean();
            	bean.setName("user").setRemark("用户");
            	bean.addColumn(new SdColumn().setName("id").setType(SdType.LONG).setPrimary(true).setRemark("用户的id"));
            	bean.a  
            起步,仅创建代码示例
            Javadot img2Lines of Code : 13dot img2License : Permissive (MIT)
            copy iconCopy
            public static void main(String[] args) throws Exception {
            	// 创建一个实体描述
            	SdBean bean = new SdBean();
            	bean.setName("user").setRemark("用户");
            	bean.addColumn(new SdColumn().setName("id").setType(SdType.LONG).setPrimary(true).setRemark("用户的id"));
            	bean.a  
            起步,templates与databaseOptions示例
            Javadot img3Lines of Code : 11dot img3License : Permissive (MIT)
            copy iconCopy
            	// 设置实体生成模板
            	Map templates = new HashMap();
            	templates.put("entity", new SdTemplate().setFile("JavaEntity.ftl").setPackageName("entity").setClassName("User"));
            	templates.put("dao", new SdTemplate().setFile("Dao.ftl").setPackageName("dao").setClassN  

            Community Discussions

            No Community Discussions are available at this moment for screw-driver.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install screw-driver

            You can download it from GitHub, Maven.
            You can use screw-driver like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the screw-driver component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/MirrenTools/screw-driver.git

          • CLI

            gh repo clone MirrenTools/screw-driver

          • sshUrl

            git@github.com:MirrenTools/screw-driver.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by MirrenTools

            Orion-Stress-Tester

            by MirrenToolsJava

            Orion-API-Gateway

            by MirrenToolsJava

            vertx-sql-assist

            by MirrenToolsJava

            Orion-API-Manager

            by MirrenToolsJava