
I implemented a neural network in SQL
A neural network implemented inside SQL, querying Xarray datasets.
AIJul 14, 2026
- Category
- AI
- Website
- github.com
- Language
- English
- Listed
- Jul 14, 2026
- Stars
- 134
- Forks
- 18
xqlsystems/xarray-sql ↗, Python, Apache-2.0, Last commit 1d ago
A neural network implemented inside SQL rather than in a separate framework. The network's operations sit on the path that queries Xarray datasets, so the data is processed where it already lives instead of being pulled out into another runtime, and the calling side stays plain SQL. Large datasets are the case it was written for. It is a demonstration of how far SQL can be pushed.
