GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#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
#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
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
#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
#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
#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
1