Commit Graph

51 Commits

Author SHA1 Message Date
Felix Wehnert 83ebdfc099
Update getting-started.md (#438) 2020-01-30 20:33:51 +00:00
Joe Smith 39491a08ac Add fluent-dynamodb (#415)
* Add fluent-dynamodb

* Update getting-started.md
2019-10-08 10:59:53 -04:00
Christopher Combes ff145e1e7c Fix internal links in DatabaseKit and Fluent. (#411) 2019-09-12 15:29:51 +01:00
David Stephens 426073f599 `Timestampkey` -> `TimestampKey` in example (#412)
Fix typo that would lead to people copying the example getting an "undeclared type" error.
2019-08-07 23:54:51 +02:00
Matthew Davies f6b3f0c532 corrects database-kit link (#406)
The relative path for the DatabaseKit Connections link was incorrect
2019-05-23 10:02:29 -05:00
Jerry-Carter b93aca2297 Update models.md (#403)
Added descriptions of the creation and update timestamps and of soft delete.
2019-05-05 09:25:18 -04:00
Jhonny Bill 7b32c1367d FIX - Choosing a Driver reference link 2019-01-12 17:53:10 -04:00
Jhonny Bill 7199db8d70 FIX - database connections reference link 2019-01-12 17:46:30 -04:00
Tim 309d4732a1
Merge pull request #334 from ScottRobbins/clarify-necessary-operands-for-filtering
Clarify necessary imports needed to filter with operators
2019-01-12 15:39:26 +00:00
Tanner 7f94a9b956
Merge pull request #364 from shto/fixes-docs-migration-not-null-error
Adds code to fix an error I have run into when attempting to migrate a database table
2018-09-25 16:20:07 -04:00
Andrei Patru 7942cf1ae2 Specify SQLite as the database used in the example code 2018-09-22 20:02:15 -07:00
Andrei Patru fdd66d7762 Added Content extension for user in Creating a Model section 2018-09-16 18:51:55 -07:00
Andrei Patru de1ba3683b Adds code to fix an error I have run into when attempting to migrate a database table 2018-09-16 18:02:13 -07:00
Andrei Patru 3d118f4020 Specify that conformance to is necessary before performing a query 2018-09-14 17:02:36 -07:00
Scott Robbins b65bb37f0b Clarify necessary imports needed to filter with operators
If the correct fluent framework isn't imported, it is common
for people to get errors about there not being an operator
available to compare their Keypath and concrete type when
filtering.
2018-08-09 20:38:30 -04:00
tanner0101 f94d7c9ac3 postgresql 1.0.0 updates 2018-07-25 20:09:18 -04:00
Alex Johnson 9a86f411cf
Fix typo in sample code block 2018-07-24 14:12:09 -07:00
tanner0101 37c1b62258 update MySQL docs for 3.0 release 2018-07-19 17:50:32 -04:00
tanner0101 9fdd6d0cd1 add concrete links to fluent docs 2018-07-16 22:13:52 -04:00
tanner0101 4c26eeb820 sql docs updates 2018-07-12 12:50:16 -04:00
tanner0101 d4fb55c6b7 transaction docs 2018-07-11 19:35:19 -04:00
tanner0101 bc0e27dbae relations docs 2018-07-11 19:24:43 -04:00
Carl Downing 7fb77e3cbb
also no longer applicable 2018-07-07 18:25:39 -07:00
Carl Downing 51f9198ea3
Updated to reflect vapor/fluent#492 2018-07-07 18:23:30 -07:00
tanner0101 298bb97162 cleanup duplicate Fluent getting started 2018-07-02 22:02:14 -04:00
tanner0101 5708137d20 fluent getting started + migration + querying updates 2018-07-02 21:44:46 -04:00
Hirofumi Wakasugi 4be4d4f2e5 Fix example codes in Fluent migration 2018-05-10 11:31:50 +09:00
tanner0101 fa6d053cd1 add beta warnings 2018-05-04 18:48:25 -04:00
Tanner 0ed3c04057
Update models.md 2018-03-13 21:19:02 -04:00
tanner0101 5b3eee9cd3 fluent 3 basic model docs 2018-03-13 20:32:11 -04:00
Carl Downing 7577f9213e it's possessive 2018-03-12 20:49:31 -07:00
tanner0101 ce38409f2c remove all broken links 2018-03-12 23:05:53 -04:00
tanner0101 48f77e7ab3 add mysql and sqlite copies of psql 2018-03-12 22:46:02 -04:00
tanner0101 0e68cb49bc cleanup 3.0 docs. post-nio. get ready for contributions 2018-03-12 22:23:34 -04:00
Joannis Orlandos 7ff51a542a replace map with transform 2017-12-23 02:03:52 +01:00
Joannis Orlandos 735ae78a70 Merge commit '4688ad6719f7d19b5478dea4a845152b57e00d5e' into database-docs
# Conflicts:
#	3.0/docs/fluent/querying.md
2017-12-23 01:20:15 +01:00
Joannis Orlandos ebbf4f3f38 Merge with twof's additions 2017-12-23 01:18:40 +01:00
Alex Reilly b7da26a13a
All closures are trailing 2017-12-22 16:18:18 -08:00
Alex Reilly 4d20c2573f
Add `update` example
It's nearly a straight copypaste of the `delete` example
2017-12-22 16:14:23 -08:00
Joannis Orlandos 3c84dbfcf1 some more fluent docs 2017-12-23 01:04:12 +01:00
Joannis Orlandos be7a8e0130 restructure mysql 2017-12-23 00:20:30 +01:00
Joannis Orlandos 528fd3a1e9
Merge pull request #268 from twof/patch-9
Updating examples
2017-12-23 00:02:25 +01:00
Alex Reilly b077d23e19
Updating examples
I also added a `delete` example. Lemme know if that's a good method and I'll do something similar for `update`
2017-12-22 14:54:54 -08:00
Alex Reilly 9c92f8d063
Switch Codeable to Content
Done so `User` model can be returned from a route
2017-12-22 12:23:09 -08:00
Alex Reilly 03cd1744ac
KeyFieldMaps deprecated
Deprecated by https://github.com/vapor/vapor/pull/1349
2017-12-21 23:21:08 -08:00
Joannis Orlandos 47e35b20dd update docs 2017-12-20 19:19:24 +01:00
Joannis Orlandos e1d1dbf5df Fixed remaining dead links 2017-11-19 13:05:06 +01:00
Tanner Nelson e6a63cf6a7 alpha 1 updates 2017-11-16 19:29:06 -05:00
Tanner Nelson 73cc73217d overview cleanup 2017-11-15 20:34:55 -05:00
Tanner Nelson 13d5b7faeb fluent getting started 2017-11-15 18:54:22 -05:00