diff options
| author | ST-DDT <[email protected]> | 2022-01-27 18:13:29 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-27 12:13:29 -0500 |
| commit | 35de92ffaff2261eae29422474afd4ca674ab473 (patch) | |
| tree | dbc38e3abe4b7ea812292165f62e96b1814a437a /docs/api/database.md | |
| parent | 3242dfc4b2f566931c3687173f6361a6384b6247 (diff) | |
| download | faker-35de92ffaff2261eae29422474afd4ca674ab473.tar.xz faker-35de92ffaff2261eae29422474afd4ca674ab473.zip | |
docs: automatically generate api docs from source (#289)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'docs/api/database.md')
| -rw-r--r-- | docs/api/database.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/api/database.md b/docs/api/database.md deleted file mode 100644 index c9be1533..00000000 --- a/docs/api/database.md +++ /dev/null @@ -1,35 +0,0 @@ -# Database - -[[toc]] - -## Column - -Return database column name - -```js -faker.database.column(); // createdAt -``` - -## Type - -Return database column type - -```js -faker.database.type(); // text -``` - -## Collation - -Return database collation - -```js -faker.database.collation(); // cp1250_general_ci -``` - -## Engine - -Return database engine - -```js -faker.database.engine(); // MyISAM -``` |
