#go #array #cache #config #cookie #framework #golang #httpserver #logger #mvc #orm #pool #queue #session #string #tcpserver #template #udpserver #validator #webserver
https://github.com/gogf/gf
https://github.com/gogf/gf
GitHub
GitHub - gogf/gf: A powerful framework for faster, easier, and more efficient project development.
A powerful framework for faster, easier, and more efficient project development. - gogf/gf
#java #activerecord #activerecord_pattern #java_api #java_orm #objsql #orm #orm_framework #sql #sql_programming
https://github.com/braisdom/ObjectiveSql
https://github.com/braisdom/ObjectiveSql
GitHub
GitHub - braisdom/ObjectiveSql: Writing SQL using Java syntax
Writing SQL using Java syntax. Contribute to braisdom/ObjectiveSql development by creating an account on GitHub.
#php #eloquent #laravel #moloquent #mongo #mongodb #orm
https://github.com/jenssegers/laravel-mongodb
https://github.com/jenssegers/laravel-mongodb
GitHub
GitHub - mongodb/laravel-mongodb: A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent) - mongodb/laravel-mongodb
#typescript #database #javascript #mariadb #mysql #nodejs #orm #postgresql #prisma
https://github.com/prisma/prisma
https://github.com/prisma/prisma
GitHub
GitHub - prisma/prisma: Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB…
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB - prisma/prisma
#go #awesome #awesome_list #clean_architecture #concurrency #ddd #golang #microservice #microservices #onion_architecture #oop #orm #project_structure #rest_api #web
https://github.com/mehdihadeli/awesome-go-education
https://github.com/mehdihadeli/awesome-go-education
GitHub
GitHub - mehdihadeli/awesome-go-education: A curated list of awesome articles and resources for learning and practicing Go and…
A curated list of awesome articles and resources for learning and practicing Go and its related technologies. - mehdihadeli/awesome-go-education
#typescript #deepkit #dependency_injection #framework #framework_javascript #mongodb #nodejs #orm #serializer #validator
https://github.com/deepkit/deepkit-framework
https://github.com/deepkit/deepkit-framework
GitHub
GitHub - marcj/deepkit: modular high-performance TypeScript framework
modular high-performance TypeScript framework. Contribute to marcj/deepkit development by creating an account on GitHub.
#typescript #api #crud #express_middleware #fullstack #fullstack_typescript #jamstack #orm #postgresql #rest #validation
https://github.com/remult/remult
https://github.com/remult/remult
GitHub
GitHub - remult/remult: Full-stack CRUD, simplified, with SSOT TypeScript entities
Full-stack CRUD, simplified, with SSOT TypeScript entities - remult/remult
#java #database #envers #gradle #hibernate #java #java8 #java8_times #jdbc #jpa #orm #unitofwork
Hibernate ORM is a powerful tool for Java that helps you manage data in your applications easily. It follows the standard Java API for object/relational persistence but also offers many extra features. This makes it simpler to develop and test your application, especially when working with different databases. With Hibernate, you can use Gradle to build and manage your project efficiently, and it even allows you to test your application against various databases using Docker containers without needing to install them locally. This saves time and makes development more flexible and efficient.
https://github.com/hibernate/hibernate-orm
Hibernate ORM is a powerful tool for Java that helps you manage data in your applications easily. It follows the standard Java API for object/relational persistence but also offers many extra features. This makes it simpler to develop and test your application, especially when working with different databases. With Hibernate, you can use Gradle to build and manage your project efficiently, and it even allows you to test your application against various databases using Docker containers without needing to install them locally. This saves time and makes development more flexible and efficient.
https://github.com/hibernate/hibernate-orm
GitHub
GitHub - hibernate/hibernate-orm: Idiomatic persistence for Java and relational databases
Idiomatic persistence for Java and relational databases - hibernate/hibernate-orm
#typescript #active_record #cockroachdb #data_mapper #database #electron #hacktoberfest #javascript #mariadb #mysql #oracle #orm #postgresql #react_native #sap #sap_hana #sqlite #sqlserver #typeorm #typescript #websql
TypeORM is a powerful tool for managing databases in various JavaScript environments, including NodeJS, Browser, and mobile frameworks like React Native and Ionic. Here’s what you need to know TypeORM works on different platforms such as NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron.
- **Database Support** It supports both Active Record and Data Mapper patterns, allowing you to write high-quality, scalable applications. It includes features like entities, columns, associations, transactions, migrations, and more.
- **Easy Installation** You define your database models as classes decorated with TypeORM decorators, making it easy to create, read, update, and delete data in your database.
- **Relations and Queries**: TypeORM allows you to define relationships between entities (one-to-one, many-to-one, many-to-many) and use a powerful QueryBuilder to execute complex SQL queries.
Using TypeORM benefits you by simplifying database operations, providing a clean and maintainable codebase, and supporting advanced database features out of the box. This makes developing database-driven applications more efficient and productive.
https://github.com/typeorm/typeorm
TypeORM is a powerful tool for managing databases in various JavaScript environments, including NodeJS, Browser, and mobile frameworks like React Native and Ionic. Here’s what you need to know TypeORM works on different platforms such as NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron.
- **Database Support** It supports both Active Record and Data Mapper patterns, allowing you to write high-quality, scalable applications. It includes features like entities, columns, associations, transactions, migrations, and more.
- **Easy Installation** You define your database models as classes decorated with TypeORM decorators, making it easy to create, read, update, and delete data in your database.
- **Relations and Queries**: TypeORM allows you to define relationships between entities (one-to-one, many-to-one, many-to-many) and use a powerful QueryBuilder to execute complex SQL queries.
Using TypeORM benefits you by simplifying database operations, providing a clean and maintainable codebase, and supporting advanced database features out of the box. This makes developing database-driven applications more efficient and productive.
https://github.com/typeorm/typeorm
GitHub
GitHub - typeorm/typeorm: ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle…
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms. -...
❤1
#python #apps #django #framework #models #orm #python #templates #views #web
Django is a powerful tool for building websites quickly and efficiently using Python. It has detailed documentation to help you get started, including installation instructions, tutorials, and guides for setting up a deployment server. You can find all the docs in the "docs" directory or online. If you need help, you can join various communities like IRC, mailing lists, Discord, or the Django Forum. Contributing to Django is also easy with clear guidelines. By using Django, you benefit from rapid development, clean design, and a supportive community to help you build your website effectively.
https://github.com/django/django
Django is a powerful tool for building websites quickly and efficiently using Python. It has detailed documentation to help you get started, including installation instructions, tutorials, and guides for setting up a deployment server. You can find all the docs in the "docs" directory or online. If you need help, you can join various communities like IRC, mailing lists, Discord, or the Django Forum. Contributing to Django is also easy with clear guidelines. By using Django, you benefit from rapid development, clean design, and a supportive community to help you build your website effectively.
https://github.com/django/django
GitHub
GitHub - django/django: The Web framework for perfectionists with deadlines.
The Web framework for perfectionists with deadlines. - django/django
#javascript #mongo #mongodb #nodejs #odm #orm
Mongoose is a tool that helps you work with MongoDB databases in Node.js and Deno. It makes it easier to manage your data by allowing you to define models, which are like blueprints for your data. You can set up validations, defaults, and other rules for your data using these models. Mongoose also supports plugins and middleware, which can automate tasks and add extra functionality.
Using Mongoose, you can connect to your MongoDB database, define your data structures, and perform operations like saving, finding, and updating data. It buffers commands until the connection is established, so you don't have to wait for the connection before defining models or running queries.
This makes it simpler and more efficient to interact with your database, saving you time and reducing the risk of errors. Additionally, Mongoose has a large community and extensive documentation, making it easier to get help and find solutions to common problems.
https://github.com/Automattic/mongoose
Mongoose is a tool that helps you work with MongoDB databases in Node.js and Deno. It makes it easier to manage your data by allowing you to define models, which are like blueprints for your data. You can set up validations, defaults, and other rules for your data using these models. Mongoose also supports plugins and middleware, which can automate tasks and add extra functionality.
Using Mongoose, you can connect to your MongoDB database, define your data structures, and perform operations like saving, finding, and updating data. It buffers commands until the connection is established, so you don't have to wait for the connection before defining models or running queries.
This makes it simpler and more efficient to interact with your database, saving you time and reducing the risk of errors. Additionally, Mongoose has a large community and extensive documentation, making it easier to get help and find solutions to common problems.
https://github.com/Automattic/mongoose
GitHub
GitHub - Automattic/mongoose: MongoDB object modeling designed to work in an asynchronous environment.
MongoDB object modeling designed to work in an asynchronous environment. - Automattic/mongoose
#typescript #data_visualization #database #database_schema #documentation #documentation_tool #entity_relationship_diagram #er_diagram #erd #nodejs #orm #postgresql #prisma #react_flow #reactjs #ruby_on_rails #sql #tbls #typescript #visualization #webassembly
Liam ERD is a tool that helps you create easy-to-understand diagrams of your database. It makes interactive diagrams that you can zoom in and out of, filter, and explore easily. This tool is useful for both small and large projects, handling over 100 tables with ease. It's simple to set up and is open-source, meaning you can contribute to it. Using Liam ERD helps you visualize complex database structures quickly, making it easier to understand and work with your data. This saves time and reduces errors compared to drawing diagrams manually.
https://github.com/liam-hq/liam
Liam ERD is a tool that helps you create easy-to-understand diagrams of your database. It makes interactive diagrams that you can zoom in and out of, filter, and explore easily. This tool is useful for both small and large projects, handling over 100 tables with ease. It's simple to set up and is open-source, meaning you can contribute to it. Using Liam ERD helps you visualize complex database structures quickly, making it easier to understand and work with your data. This saves time and reduces errors compared to drawing diagrams manually.
https://github.com/liam-hq/liam
GitHub
GitHub - liam-hq/liam: Automatically generates beautiful and easy-to-read ER diagrams from your database.
Automatically generates beautiful and easy-to-read ER diagrams from your database. - liam-hq/liam
#java #cache #caffine #data #draft #fetch #graphql #immer #immutable #immutable_collections #immutable_datastructures #java #jdbc #kotlin #orm #orm_framework #orm_library #orms #redis #redis_cache
Jimmer is a powerful and advanced ORM (Object-Relational Mapping) framework for Java and Kotlin that lets you easily read and write complex data structures without needing to predefine their shapes. It supports dynamic multi-table queries, automatic SQL optimization, and efficient saving of incomplete or nested objects. Jimmer also generates type-safe DTOs (Data Transfer Objects) for complex queries and updates, avoids common problems like "N+1" queries, and offers strong caching and GraphQL support. This means you can build complex business logic faster and with less hassle, improving both development speed and code quality. It works well with modern IDEs and supports both Java and Kotlin seamlessly.
https://github.com/babyfish-ct/jimmer
Jimmer is a powerful and advanced ORM (Object-Relational Mapping) framework for Java and Kotlin that lets you easily read and write complex data structures without needing to predefine their shapes. It supports dynamic multi-table queries, automatic SQL optimization, and efficient saving of incomplete or nested objects. Jimmer also generates type-safe DTOs (Data Transfer Objects) for complex queries and updates, avoids common problems like "N+1" queries, and offers strong caching and GraphQL support. This means you can build complex business logic faster and with less hassle, improving both development speed and code quality. It works well with modern IDEs and supports both Java and Kotlin seamlessly.
https://github.com/babyfish-ct/jimmer
GitHub
GitHub - babyfish-ct/jimmer: The most advanced ORM of JVM, for both java & kotlin
The most advanced ORM of JVM, for both java & kotlin - babyfish-ct/jimmer
❤1