vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
146 stars 53 forks source link

[Documentation] - We need thorough documentation on README or Wiki #174

Open ZkHaider opened 3 years ago

ZkHaider commented 3 years ago

As title states :-) to build support for this community we need this

0xTim commented 3 years ago

@ZkHaider which parts of the Fluent Postgres Driver are you wanting to document? For this repo, all the docs should be at https://docs.vapor.codes

bordunosp commented 3 years ago

+1 is not enough Need more examples of how it can be used without vapor

emdizzle commented 1 year ago

Hi all, new to this driver and in walking through the documentation at

https://docs.vapor.codes/fluent/overview/

There is reference to using the connection as:

app.databases.use(.postgres(hostname: "localhost", username: "vapor", password: "vapor", database: "vapor"), as: .psql)

However this yields a deprecation warning as mentioned in:

https://github.com/vapor/fluent-postgres-driver/pull/212

Are there plans to update these docs?

Great work on this project, I'm learning a lot and loving it!