๐Ÿ“ฆ Nithin1506200 / password-manager

Password manager

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/Nithin1506200/password-manager.git
HTTPS git clone https://github.com/Nithin1506200/password-manager.git
SSH git clone git@github.com:Nithin1506200/password-manager.git
CLI gh repo clone Nithin1506200/password-manager
nithin nithin fasfdasf a446606 1 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“ src-tauri
๐Ÿ“„ .gitignore
๐Ÿ“„ index.html
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.node.json
๐Ÿ“„ vite.config.ts
๐Ÿ“„ README.md

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

diesel setups

  • cargo install diesel_cli --no-default-features --features sqlite
  • cd src-tauri
  • automatically create table: diesel migration generate create_items
this will generate up.sql and down.sql , write your queries here. Include in get_migration() in migrations.rs.
  • generate rust schema: diesel migration run will generate rust schemas and automatically write in schema.rs