Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serikshaikamalov authored Sep 18, 2024
1 parent 20a4bec commit 28cdc3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Simple ORM for working with DB on Cloudflare
db - an instance of Cloudflare D1
tables - your tables in format key: value ie:


# Usage:
## To create an instance of Simple ORM first make sure you defined table and its columns:
## To create an instance of Simple ORM first make sure you define the tables and their columns:
```js
const tables = {
users: {
Expand Down

0 comments on commit 28cdc3e

Please sign in to comment.