You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to exchange database credentials properly for dev and prod-like environments
how to fetch data
how to update data
how to run database migrations
The purpose of this prototype is more to validate the operations around the database, rather than deciding on the data schema itself. Therefore, data schema should be kept very basic (i.e. "hello database").
CG pages team has a version of this implementation, although it was suggested that we avoid their specific architecture.
Acceptance criteria
Prototype validates each of the above items
The text was updated successfully, but these errors were encountered:
See #58 for a proof-of-concept to build a database and API working with it inside of the next framework. This accomplishes all the tasks except migrations. I determined migrations to be out of scope as it would involve pulling in additional libraries or rolling-our-own, although we have the ability to manually create tables in this POC.
As a way to decide on #39, prototype adding a Cloud.gov-brokered RDS data store to the existing NextJS prototype.
This database prototype should include:
The purpose of this prototype is more to validate the operations around the database, rather than deciding on the data schema itself. Therefore, data schema should be kept very basic (i.e. "hello database").
CG pages team has a version of this implementation, although it was suggested that we avoid their specific architecture.
Acceptance criteria
Prototype validates each of the above items
The text was updated successfully, but these errors were encountered: