https://github.com/andrewarrow/feedback
golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control
https://github.com/andrewarrow/feedback
daisyui golang tailwindcss wasm webframework
Last synced: 7 months ago
JSON representation
golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control
- Host: GitHub
- URL: https://github.com/andrewarrow/feedback
- Owner: andrewarrow
- License: mit
- Created: 2020-02-08T07:31:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:09:03.000Z (about 1 year ago)
- Last Synced: 2025-03-02T10:22:56.195Z (7 months ago)
- Topics: daisyui, golang, tailwindcss, wasm, webframework
- Language: Go
- Homepage: https://andrewarrow.dev/
- Size: 873 KB
- Stars: 73
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feedback
[](https://andrewarrow.dev/)
[andrewarrow.dev](https://andrewarrow.dev/)
```
ALTER TABLE users ALTER COLUMN id SET DATA TYPE bigint;
ALTER SEQUENCE users_id_seq AS bigint;
```