An open API service indexing awesome lists of open source software.

https://github.com/derafu/seed

From spreadsheets to databases seamlessly
https://github.com/derafu/seed

database php seed

Last synced: over 1 year ago
JSON representation

From spreadsheets to databases seamlessly

Awesome Lists containing this project

README

          

# Derafu: Seed - From spreadsheets to databases seamlessly

![GitHub last commit](https://img.shields.io/github/last-commit/derafu/seed/main)
![CI Workflow](https://github.com/derafu/seed/actions/workflows/ci.yml/badge.svg?branch=main&event=push)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/derafu/seed)
![GitHub Issues](https://img.shields.io/github/issues-raw/derafu/seed)
![Total Downloads](https://poser.pugx.org/derafu/seed/downloads)
![Monthly Downloads](https://poser.pugx.org/derafu/seed/d/monthly)

---
> WIP: Work In Progress.
---

A PHP package that transforms spreadsheet data into database structures and content with minimal effort.

## Ideas

- [X] Support for both XLSX and ODS formats.
- [X] Automatic table creation based on spreadsheet structure.
- [ ] Schema updates when source files change.
- [ ] Smart handling of inserts vs updates.
- [ ] Support for table relationships.
- [ ] Simple command-line and programmatic interfaces.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

## License

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).