|
|
|
|
|
by ForHackernews
171 days ago
|
|
This is a great idea. I've thought about doing something similar! On the other hand, I'm not sure it's a business. Is this using AI? The pricing seems extremely high for what's basically a call to https://github.com/faker-ruby/faker but that makes sense if it has to pay for OpenAI tokens. (who knows though, plenty of B2B deals signed for sillier things than this - good luck, OP) |
|
The difference from Faker: you don't write any code. Paste your CREATE TABLE, get data back. Faker is a library you have to integrate, configure field-by-field, and maintain as your schema changes. Different use case — more like "I need a seeded database in 30 seconds" vs "I'm building a test suite."
Fair point on pricing though, still figuring that out. Appreciate the feedback.