mnohosten/datagrid

Datagrid with performance in mind.

dev-master 2021-11-04 23:02 UTC

This package is auto-updated.

Last update: 2024-03-05 04:17:03 UTC


README

This is very simple datagrid library to accomplish need for mine personal projects. I will appreciate any feedback if you decide to use it.

Main intent of this library

  • Performance for database queries - There is no specific database dependency. I am using it mainly with relational databases.
  • Easy way to extend it to specific data source
  • Framework independent library - It's question of minutes to extend this library for specific framework.

References

Notes

If someone decides to use it, ask me:

  • To redesign this package for your framework. I decided to keep it in single package and not divide it package extensions for personal "pragmatical" reasons. Oh yeah! This lazy programmers...

Enjoy your coding!