https://github.com/officialrajdeepsingh/surrealdb-deno
SurrealDb database is new database with deno fresh framework
https://github.com/officialrajdeepsingh/surrealdb-deno
deno fresh fresh-framework freshframework surreal surreal-database surrealdb surrealdb-database
Last synced: 7 months ago
JSON representation
SurrealDb database is new database with deno fresh framework
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/surrealdb-deno
- Owner: officialrajdeepsingh
- Created: 2022-09-19T17:14:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T09:45:24.000Z (about 3 years ago)
- Last Synced: 2025-03-16T22:35:58.502Z (7 months ago)
- Topics: deno, fresh, fresh-framework, freshframework, surreal, surreal-database, surrealdb, surrealdb-database
- Language: TypeScript
- Homepage:
- Size: 798 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fresh project
surrealDb-deno project design with the fresh framework and surrealDb database. You can easily start working with surrealDbn using with integration library. I use the surrealDb deno module in this demo to create a todo web.
#### Don't criticize my typescript code.
## DEMO
### How to Use
Firstly download all code from the github repo using `git clone https://github.com/officialrajdeepsingh/surrealDb-deno.git` and start the local development server with the `deno task start`.The `deno task start` command automatically download all package from deno and running into `http://localhost:3002/` port in the browser.
Make sure your surrealDb database is allready to run in your local or remote server, and change your database URL in the `.env` file.
```
//.envDATABASE_URL=http://127.0.0.1:8000/rpc
```[](https://fresh.deno.dev)