Skip to content

docteurklein/fakeset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakeset

what?

A postgres extension to generate fake data.

why?

It's always hard to generate fake data in pure sql,
and I wanted to try https://github.com/zombodb/pgx :)

how?

build the extension, and then:

create extension fakeset;

generate 2000 sentences that are between 3 and 10 words

select lorem(3, 10) from generate_series(1, 2000);

About

postgres extension to generate fake sentences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages