Skip to content

GsiorX/sql-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure Creation with sql-faker

sql-faker is a python library that can be used to generate relational data structures and fill these structures with fake data. It is built upon python library sqlfaker made by kohleggermichael. sql-faker features Oracle SQL export support, enhanced handling of Faker methods and better foreign key generation.

Installation

Coming soon

Class structure

This project lets you define relational data structures that are build upon the concepts of Database, Table and Column.

A Database can have multiple Table objects which again can each have multiple Column objects. There are two classes that inherit from the Column class - ForeignKey and PrimaryKey. These allow you to create key columns.

Credits

Made possible thanks to kohleggermichael and his package sqlfaker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages