SqlFaker | 轻量级、易拓展的数据库智能填充Java开源库
kandi X-RAY | SqlFaker Summary
kandi X-RAY | SqlFaker Summary
SqlFaker is a Java library. SqlFaker 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.
轻量级、易拓展的数据库智能填充Java开源库
轻量级、易拓展的数据库智能填充Java开源库
Support
Quality
Security
License
Reuse
Support
SqlFaker has a low active ecosystem.
It has 25 star(s) with 13 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
SqlFaker has no issues reported. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of SqlFaker is current.
Quality
SqlFaker has no bugs reported.
Security
SqlFaker has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
SqlFaker is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
SqlFaker 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.
Top functions reviewed by kandi - BETA
kandi has reviewed SqlFaker and discovered the below as its top functions. This is intended to give you an instant insight into SqlFaker implemented functionality, and help decide if they suit your requirements.
- Entry point
- Get path info
- Create the faker table
- Execute main logic
- Query SQL
- Get connection
- Get max worker id
- Randomly pick a word from a list
- Sets the database infer map
- Sets database infer map
- Get next date
- Query entity
- Execute query
- Create a repeat count random number
- Get datacenter id
- Update update entity
- Insert entity
- Execute insert batch
- Execute sql
- Generate random string
Get all kandi verified functions for this library.
SqlFaker Key Features
No Key Features are available at this moment for SqlFaker.
SqlFaker Examples and Code Snippets
// 给user表的8个字段填充1条数据
Faker.tableName("user")
.param("id", DataType.ID)
.param("name", DataType.USERNAME)
.param("birthday", DataType.TIME)
.param("phone", DataType.PHONE)
.param("address", DataType.ADDRESS)
.param(
create table user_table
(
id varchar(32) primary key,
name varchar(120),
age int
) comments '用户表';
create table product
(
id varchar(32) primary key,
name varchar(32),
price int,
tenant_id varchar(32),
created_
// 给user表的四个字段填充5条数据
Faker.tableName("user")
.param("name", DataType.USERNAME)
.param("age", DataType.AGE)
.param("sex", DataType.SEX)
.param("birthday", DataType.TIME)
.insertCount(5)
.execute();
// 给user表的两个字段生成
Community Discussions
No Community Discussions are available at this moment for SqlFaker.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SqlFaker
You can download it from GitHub, Maven.
You can use SqlFaker 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 SqlFaker 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 .
You can use SqlFaker 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 SqlFaker 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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page