think-model-abstract
Data model adapter
An adapter for abstracting and simplifying the development of data models in web applications using JavaScript.
Abstract model adapter
2 stars
13 watching
7 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
modelthink-adapterthinkjs3
Related projects:
Repository | Description | Stars |
---|---|---|
thinkjs/think-model-sqlite | An adapter for integrating a relational database with the ThinkJS framework using SQLite as the underlying storage | 1 |
thinkjs/think-model-postgresql | A PostgreSQL adapter for a popular JavaScript framework's model layer | 5 |
thinkjs/think-model-mysql | An adapter layer for interacting with MySQL databases in a specific JavaScript framework. | 12 |
thinkjs/think-model | A ThinkJS 3.x model implementation providing a default data access layer for MySQL | 17 |
thinkjs/think-mongoose | An adapter that wraps Mongoose for use with the ThinkJS framework | 13 |
thinkjs/think-mock | A tool to simplify mocking data in ThinkJS applications | 0 |
thinkjs/think-fetch | Provides a unified HTTP(S) client for ThinkJS 3.x applications | 10 |
thinkjs/think-session-file | Provides a file-based session management system for ThinkJS applications | 0 |
thinkjs/think-redis | A JavaScript library providing an interface to Redis for storing and retrieving data in memory-based databases. | 9 |
thinkjs/think-websocket-socket.io | A Socket.io adapter for ThinkJS, enabling real-time communication between clients and servers. | 9 |
thinkjs/think-cache | A caching solution designed to improve the performance of ThinkJS 3.x applications by reducing the number of requests made to external resources. | 2 |
thinkjs/think-session | Provides a session management system for ThinkJS 3.x applications. | 2 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
thinkjs/think-view | A View Engine for building dynamic web pages in ThinkJS applications | 5 |
thinkjs/think-cache-redis | A Redis-based cache system for ThinkJS applications. | 5 |