Skip to content

Commit 132121e

Browse files
author
Bhargav Gondaliya
authored
Update README.md
1 parent 09f3c21 commit 132121e

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,22 @@ We have a lot of exciting features planned:
5050

5151
- **[ ] ✍️ Table Data Editing:** Allow users to directly edit, add, and delete rows.
5252
- **[ ] 📤 Data Export/Import:** Support for exporting tables or query results to formats like CSV and JSON.
53-
- **[ ] 🎨 Dark Mode:** A toggle for a more eye-friendly dark theme.
5453
- **[ ] 📊 Data Visualization:** Basic charting capabilities for query results.
5554

5655
Have an idea? Feel free to [open an issue](https://github.com/bjmdevelopers/SQLite-Viewer/issues)!
5756

58-
## 🤝 Contributing
57+
## Acknowledgements
5958

60-
Contributions are welcome! If you'd like to help improve SQLite-Viewer, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
59+
This project was made possible by these incredible open-source technologies:
6160

62-
## Acknowledgements
61+
- **[sql.js](https://github.com/sql-js/sql.js)** (MIT License) - SQLite compiled to WebAssembly, created by [Alon Zakai (@kripken)](https://github.com/kripken) and contributors
62+
- **[SQLite](https://www.sqlite.org/)** (Public Domain) - Embedded database engine developed by [D. Richard Hipp](https://www.sqlite.org/) and team
63+
- **[Emscripten](https://emscripten.org/)** (MIT License) - C/C++ to WebAssembly compiler
64+
- WebAssembly - For enabling native-speed execution in browsers
6365

64-
This project uses:
65-
- [sql.js](https://github.com/sql-js/sql.js) (SQLite compiled to WebAssembly) by [@kripken](https://github.com/kripken) and contributors
66-
- Original SQLite code by [D. Richard Hipp](https://www.sqlite.org/)
66+
## 🤝 Contributing
67+
68+
Contributions are welcome! If you'd like to help improve SQLite-Viewer, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
6769
6870
## 📜 License
6971

0 commit comments

Comments
 (0)