Skip to content

Commit 21ba714

Browse files
committed
update readme
1 parent c7e95da commit 21ba714

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Pico's philosophy is that simple CRUD services should have a minimal amount of f
99
Pico is not 1.0 yet, and should not be used for production workloads. However, Pico's philosophy is that relational SQL is a resilliant and healthy foundation for any CRUD application. Pico is small, and fast (in terms of developer experience), which lends itself to quick prototyping and delivery of value.
1010

1111
Whenever you find yourself saying:
12-
"I just want to store this in a database, and see it on a webpage",
13-
"I just want a simple HTTP API for this data",
14-
"I just want to write some raw SQL, I don't need a damn ORM."
12+
- "I just want to store this in a database, and see it on a webpage",
13+
- "I just want a simple HTTP API for this data",
14+
- "I just want to write some raw SQL, I don't need a damn ORM."
1515
Pico is a good option.
1616

1717
If you reach a point where Pico isn't right for you, it's easy to leave. Pico is with Postgres which provides plenty of escape hatches and scalability options. Leaving Pico is easy as running pg_dump or making a new connection to the Postgres database from any other application layer. "It's just a database!"

0 commit comments

Comments
 (0)